Skip to content

Commit 2c467fe

Browse files
erwinpan1juandediosg
authored andcommitted
Fix Chef compilation failure on Mac due to project-chip#35429 (project-chip#37631)
1 parent de8ea72 commit 2c467fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/chef/chef.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -884,7 +884,7 @@ def main() -> int:
884884
"""))
885885
if options.do_clean:
886886
shell.run_cmd("rm -rf out")
887-
shell.run_cmd("gn gen --add-export-compile-commands=* out")
887+
shell.run_cmd("gn gen --add-export-compile-commands=\"*\" out")
888888
shell.run_cmd("ninja -C out")
889889

890890
#

0 commit comments

Comments
 (0)