Permit spaces in dependencies g++ path (#19929)
This commit is contained in:
parent
21674b2879
commit
18a5000718
|
@ -234,7 +234,7 @@ def load_marlin_features():
|
||||||
build_flags = env.ParseFlagsExtended(build_flags)
|
build_flags = env.ParseFlagsExtended(build_flags)
|
||||||
|
|
||||||
cxx = search_compiler()
|
cxx = search_compiler()
|
||||||
cmd = [cxx]
|
cmd = ['"' + cxx + '"']
|
||||||
|
|
||||||
# Build flags from board.json
|
# Build flags from board.json
|
||||||
#if 'BOARD' in env:
|
#if 'BOARD' in env:
|
||||||
|
|
Loading…
Reference in a new issue