forked from platformio/platformio-core
Fix broken CXX path on Windows
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
{
|
||||
"execPath": "{{ cxx_path }}",
|
||||
"execPath": "{{ cxx_path.replace("\\", "/") }}",
|
||||
"gccDefaultCFlags": "-Wall -Wno-cpp -fsyntax-only -D{{ ' -D'.join(defines) }}",
|
||||
"gccDefaultCppFlags": "-Wall -Wno-cpp -fsyntax-only -D{{ ' -D'.join(defines) }}",
|
||||
"gccErrorLimit": 15,
|
||||
|
Reference in New Issue
Block a user