summaryrefslogtreecommitdiff
path: root/.devcontainer/make_build_dir.sh
diff options
context:
space:
mode:
authorTim Keller <geekboy1011@gmail.com>2021-07-25 20:12:34 +0000
committerTim Keller <geekboy1011@gmail.com>2021-08-07 18:19:11 +0000
commitf7643a4d828ec3c60f418b6d9a660097eb44e05e (patch)
treed7bc7202f4f587c0350c84c98bcffdbb9c428e41 /.devcontainer/make_build_dir.sh
parentc0b84537b35fd358e929962a962c53e50019079e (diff)
Added cmake variants
Diffstat (limited to '.devcontainer/make_build_dir.sh')
-rw-r--r--.devcontainer/make_build_dir.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.devcontainer/make_build_dir.sh b/.devcontainer/make_build_dir.sh
index 0b86b307..76240037 100644
--- a/.devcontainer/make_build_dir.sh
+++ b/.devcontainer/make_build_dir.sh
@@ -1,2 +1,2 @@
#!/bin/bash
-cmake -G 'Unix Makefiles' -DCMAKE_BUILD_TYPE=Release -DUSE_OPENOCD=1 -DARM_NONE_EABI_TOOLCHAIN_PATH=/opt/gcc-arm-none-eabi-9-2020-q2-update -DNRF5_SDK_PATH=/opt/nRF5_SDK_15.3.0_59ac345 /workspaces/Pinetime
+cmake -G 'Unix Makefiles' -DCMAKE_BUILD_TYPE=Release -DUSE_OPENOCD=1 -DARM_NONE_EABI_TOOLCHAIN_PATH=/opt/gcc-arm-none-eabi-9-2020-q2-update -DNRF5_SDK_PATH=/opt/nRF5_SDK_15.3.0_59ac345 ${SOURCES_DIR}