We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3be68d8 commit ad2e771Copy full SHA for ad2e771
1 file changed
ner_environment/build_system/build_system.py
@@ -73,7 +73,7 @@ def build(profile: str = typer.Option(None, "--profile", "-p", callback=unsuppor
73
else:
74
run_command_docker(f"make -j{os.cpu_count()}", stream_output=True)
75
76
- if not clean:
+ if not clean and is_cmake:
77
fix_compile_commands()
78
79
# ==============================================================================
0 commit comments