Skip to content

Commit aa455c9

Browse files
committed
add emcmake
1 parent 103e767 commit aa455c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
cp build/libyogacore.so dist/linux/libyoga.so
3535
3636
rm -rf build
37-
cmake -B build -S javascript -D CMAKE_BUILD_TYPE=Release -G Ninja
37+
emcmake cmake -B build -S javascript -D CMAKE_BUILD_TYPE=Release -G Ninja
3838
cmake --build build --config Release
3939
mkdir -p dist/webgl
4040
cp -a build/ dist/webgl/

0 commit comments

Comments
 (0)