Skip to content

Commit 5bbd2b7

Browse files
committed
What do I have to do to change the PATH in Windows?
1 parent 3734ec3 commit 5bbd2b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ debug : all
2323
flex := flex
2424
ifeq (${OS},Windows_NT)
2525
export PATH := ${PATH}:"/c/Program Files/Git/usr/bin"
26-
$(info which ${CC})
26+
$(info $(shell which ${CC}))
2727
flex := win_flex
2828
endif
2929

0 commit comments

Comments
 (0)