Permit spaces in dependencies g++ path (#19929)

2.0.x
Victor Oliveira 4 years ago committed by Scott Lahteine
parent d6e93bb9c7
commit 0c81d86cd4

@ -234,7 +234,7 @@ def load_marlin_features():
build_flags = env.ParseFlagsExtended(build_flags)
cxx = search_compiler()
cmd = [cxx]
cmd = ['"' + cxx + '"']
# Build flags from board.json
#if 'BOARD' in env:

Loading…
Cancel
Save