We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0df6c8f commit 0fb6783Copy full SHA for 0fb6783
1 file changed
docker/setup.sh
@@ -44,7 +44,6 @@ docker run \
44
--detach \
45
$image_name tail
46
47
-docker exec --tty $container_name cmake /src -DCMAKE_BUILD_TYPE=Debug \
48
- -DCMAKE_TOOLCHAIN_FILE=/home/compiler/toolchain.cmake
+docker exec --tty $container_name cmake /src -DCMAKE_BUILD_TYPE=Debug
49
50
echo "Done. You can now compile by running 'docker exec --tty $container_name make'"
0 commit comments