Skip to content

Commit

Permalink
add emcmake
Browse files Browse the repository at this point in the history
  • Loading branch information
KurtGokhan committed Apr 8, 2024
1 parent 103e767 commit aa455c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
cp build/libyogacore.so dist/linux/libyoga.so
rm -rf build
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
cmake --build build --config Release
mkdir -p dist/webgl
cp -a build/ dist/webgl/
Expand Down

0 comments on commit aa455c9

Please sign in to comment.