Skip to content

Commit 633fb6e

Browse files
committed
Add it back
1 parent add7a24 commit 633fb6e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ports/zephyr-cp/cptools/cpbuild.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,7 @@ async def preprocess(
353353
depfile,
354354
"-c",
355355
source_file,
356+
self.cflags_file,
356357
*flags,
357358
"-o",
358359
output_file,
@@ -384,6 +385,7 @@ async def compile(
384385
await run_command(
385386
[
386387
self.c_compiler,
388+
self.cflags_file,
387389
"-MMD",
388390
"-c",
389391
source_file,

0 commit comments

Comments
 (0)