Skip to content

Commit ad2e771

Browse files
committed
hotfix: only patch if cmake
1 parent 3be68d8 commit ad2e771

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ner_environment/build_system/build_system.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def build(profile: str = typer.Option(None, "--profile", "-p", callback=unsuppor
7373
else:
7474
run_command_docker(f"make -j{os.cpu_count()}", stream_output=True)
7575

76-
if not clean:
76+
if not clean and is_cmake:
7777
fix_compile_commands()
7878

7979
# ==============================================================================

0 commit comments

Comments
 (0)