瀏覽代碼

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

Victor Oliveira 4 年之前
父節點
當前提交
18a5000718
沒有連結到貢獻者的電子郵件帳戶。
共有 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…
取消
儲存