Skip to content

Commit 8b9fc96

Browse files
committed
swap back to build.extra_flags
1 parent 6562bbb commit 8b9fc96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_platform.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ def test_examples_in_folder(platform, folderpath):
473473
cmd.append('--no-color')
474474
elif INCLUDE_PRINT_DEPENDENCIES_HEADER:
475475
cmd.append('--build-property')
476-
cmd.append('"compiler.cpp.extra_flags=-DPRINT_DEPENDENCIES -I\"'+os.path.join(BUILD_DIR,"print_dependencies.cpp")+'\""')
476+
cmd.append('"build.extra_flags=\'-DPRINT_DEPENDENCIES -I\"' + os.path.join(BUILD_DIR, "print_dependencies.cpp") + '\"\'"')
477477
cmd.append('--verbose')
478478

479479
proc = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE)

0 commit comments

Comments
 (0)