Skip to content

Commit 1da3cc8

Browse files
Hmmmmmmmmmmmmmmmmmmmmmmmmmmmmm
1 parent 24de70a commit 1da3cc8

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
@@ -63,7 +63,7 @@ def build(profile: str = typer.Option(None, "--profile", "-p", callback=unsuppor
6363
print("[blue]Cleaned build directories.[/blue]")
6464
else:
6565
# Configure and build in one command
66-
command = "cd /home/app && mkdir -p build && cd build && cmake .. && cmake --build ."
66+
command = "cd /home/app && mkdir -p build && cd build && cmake -DCMAKE_C_COMPILER=/home/dev/gcc-arm-none-eabi-10.3-2021.10/bin/arm-none-eabi-gcc -DCMAKE_CXX_COMPILER=/home/dev/gcc-arm-none-eabi-10.3-2021.10/bin/arm-none-eabi-g++ .. && cmake --build ."
6767
run_command(["docker", "compose", "run", "--rm", "ner-gcc-arm", "sh", "-c", command], stream_output=True)
6868
else: # Repo uses Make, so execute Make commands.
6969
print("[bold blue]Makefile project detected.")

0 commit comments

Comments
 (0)