Mercurial > hg > orthanc-stone
view Deprecated/Resources/CodeGeneration/testWasmIntegrated/build.sh @ 1428:da411df009bd
trying to fix issue with GLAPIENTRY on OS X
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 15 May 2020 14:24:59 +0200 |
parents | f6a2d46d2b76 |
children |
line wrap: on
line source
#!/bin/bash set -e mkdir -p build-wasm cd build-wasm # shellcheck source="$HOME/apps/emsdk/emsdk_env.sh" source "$HOME/apps/emsdk/emsdk_env.sh" cmake -G Ninja -DCMAKE_TOOLCHAIN_FILE=${EMSCRIPTEN}/cmake/Modules/Platform/Emscripten.cmake -DCMAKE_BUILD_TYPE=Debug -DENABLE_WASM=ON .. ninja cd .. ./build-web.sh