Skip to content

Commit 18a71fd

Browse files
committed
Nope, that didn't work. What is the syntax for PATH on Windows?
1 parent ccd8570 commit 18a71fd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ debug : all
2323

2424
flex := flex
2525
ifeq (${OS},Windows_NT)
26-
PATH := ${PATH}:/Program Files/Git/usr/bin
26+
PATH := ${PATH}:"/c/Program Files/Git/usr/bin"
27+
$(info which ${CC})
2728
flex := win_flex
2829
endif
2930

0 commit comments

Comments
 (0)