Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Testing a fix for emscripten buildbot script.
  • Loading branch information
icculus committed May 12, 2020
1 parent 0d1df74 commit 291cad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extras/buildbot-emscripten.sh
Expand Up @@ -33,7 +33,7 @@ echo "Configuring..."
emcmake cmake -G "Ninja" -DPHYSFS_BUILD_SHARED=False -DCMAKE_BUILD_TYPE=MinSizeRel .. || exit $?

echo "Building..."
emcmake cmake --build . --config MinSizeRel || exit $?
emmake cmake --build . --config MinSizeRel || exit $?

set -e
rm -rf "$TARBALL" physfs-emscripten
Expand Down

0 comments on commit 291cad0

Please sign in to comment.