We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 454048b commit a2d01a0Copy full SHA for a2d01a0
.winmake
@@ -114,7 +114,7 @@ scons_exe = $(PYTHON_BINARY) ./scons-local/scons.py
114
get_scons: scons-local; @echo "Using locally installed scons"
115
else
116
# (A system-installed SCons also implies that a python binary is located in the user's PATH.)
117
-scons_exe ::= $(native_scons)
+scons_exe ::= "$(native_scons)"
118
get_scons:
119
@echo "Using system scons $(scons_exe)"
120
endif
0 commit comments