Skip to content

Commit 2707c93

Browse files
committed
Add include file build flag for print deps
1 parent 2f2804c commit 2707c93

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
@@ -471,7 +471,7 @@ def test_examples_in_folder(platform, folderpath):
471471
cmd.append('--no-color')
472472
elif INCLUDE_PRINT_DEPENDENCIES_HEADER:
473473
cmd.append('--build-property')
474-
cmd.append('"compiler.cpp.extra_flags=-DPRINT_DEPENDENCIES"')
474+
cmd.append('"compiler.cpp.extra_flags=-DPRINT_DEPENDENCIES -I\"'+os.path.join(BUILD_DIR,"print_dependencies.cpp")+'\""')
475475
cmd.append('--verbose')
476476

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

0 commit comments

Comments
 (0)