Skip to content

Commit

Permalink
fix win
Browse files Browse the repository at this point in the history
  • Loading branch information
Nosheen Adil committed Nov 15, 2024
1 parent d2c3064 commit 84c2416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ endif

# Define cmake generator based on OS
ifeq ($(DETECTED_OS), windows)
VENV_ACTIVATE = source $(shell conda info --base)/Scripts/activate
VENV_ACTIVATE = source '$(shell conda info --base)/Scripts/activate'
else
VENV_ACTIVATE = source $(shell conda info --base)/bin/activate
endif
Expand Down

0 comments on commit 84c2416

Please sign in to comment.