Skip to content

Commit a2d01a0

Browse files
authored
build(windows): better support for system-installed scons (endless-sky#6929)
* Added some quotes in the .winmake * Updated, so that it doesn't fail with local scons
1 parent 454048b commit a2d01a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.winmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ scons_exe = $(PYTHON_BINARY) ./scons-local/scons.py
114114
get_scons: scons-local; @echo "Using locally installed scons"
115115
else
116116
# (A system-installed SCons also implies that a python binary is located in the user's PATH.)
117-
scons_exe ::= $(native_scons)
117+
scons_exe ::= "$(native_scons)"
118118
get_scons:
119119
@echo "Using system scons $(scons_exe)"
120120
endif

0 commit comments

Comments
 (0)