소스 검색

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

Victor Oliveira 4 년 전
부모
커밋
18a5000718
No account linked to committer's email address
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      buildroot/share/PlatformIO/scripts/common-dependencies.py

+ 1
- 1
buildroot/share/PlatformIO/scripts/common-dependencies.py 파일 보기

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

Loading…
취소
저장