comparison Applications/Samples/build-wasm-samples.sh @ 1756:b235999cad69

minor fix of install path in Applications/Samples/build-wasm-samples.sh
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 26 Apr 2021 15:51:09 +0200
parents 9ac2a65d4172
children 3889ae96d2e9
comparison
equal deleted inserted replaced
1755:1a775f4ee672 1756:b235999cad69
51 # configure the environment to use Emscripten 51 # configure the environment to use Emscripten
52 source ~/apps/emsdk/emsdk_env.sh 52 source ~/apps/emsdk/emsdk_env.sh
53 53
54 emcmake cmake -G "Ninja" \ 54 emcmake cmake -G "Ninja" \
55 -DCMAKE_BUILD_TYPE=$buildType \ 55 -DCMAKE_BUILD_TYPE=$buildType \
56 -DCMAKE_INSTALL_PREFIX=$installFolderName \ 56 -DORTHANC_STONE_INSTALL_PREFIX=$installFolderName \
57 -DSTATIC_BUILD=ON -DALLOW_DOWNLOADS=ON \ 57 -DSTATIC_BUILD=ON -DALLOW_DOWNLOADS=ON \
58 $samplesRootDir/WebAssembly 58 $samplesRootDir/WebAssembly
59 59
60 # perform build + installation 60 # perform build + installation
61 ninja 61 ninja