diff Applications/Samples/WebAssembly/docker-internal.sh @ 1542:6e0da8370270

fixing paths
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 11 Aug 2020 14:03:53 +0200
parents d1806b4e4839
children 65eccce95882
line wrap: on
line diff
--- a/Applications/Samples/WebAssembly/docker-internal.sh	Tue Aug 11 13:47:24 2020 +0200
+++ b/Applications/Samples/WebAssembly/docker-internal.sh	Tue Aug 11 14:03:53 2020 +0200
@@ -19,7 +19,7 @@
 mkdir /tmp/build
 cd /tmp/build
 
-cmake /tmp/source-writeable/OrthancStone/Samples/WebAssembly \
+cmake /tmp/source-writeable/Applications/Samples/WebAssembly \
       -DCMAKE_BUILD_TYPE=$1 \
       -DCMAKE_INSTALL_PREFIX=/target \
       -DCMAKE_TOOLCHAIN_FILE=${EMSDK}/upstream/emscripten/cmake/Modules/Platform/Emscripten.cmake \