We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 103e767 commit aa455c9Copy full SHA for aa455c9
.github/workflows/build.yml
@@ -34,7 +34,7 @@ jobs:
34
cp build/libyogacore.so dist/linux/libyoga.so
35
36
rm -rf build
37
- cmake -B build -S javascript -D CMAKE_BUILD_TYPE=Release -G Ninja
+ emcmake cmake -B build -S javascript -D CMAKE_BUILD_TYPE=Release -G Ninja
38
cmake --build build --config Release
39
mkdir -p dist/webgl
40
cp -a build/ dist/webgl/
0 commit comments