Navigation Menu

Skip to content

Commit

Permalink
emscripten-buildbot.sh: Leave files in the right place, don't nuke bu…
Browse files Browse the repository at this point in the history
…ild dir.
  • Loading branch information
icculus committed May 19, 2020
1 parent 5358882 commit b0f41e1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build-scripts/emscripten-buildbot.sh
Expand Up @@ -67,9 +67,8 @@ emmake $MAKE install || exit $?
perl -w -pi -e "s#$PWD/emscripten-sdl2-installed#/usr/local#g;" ./emscripten-sdl2-installed/lib/libSDL2.la ./emscripten-sdl2-installed/lib/pkgconfig/sdl2.pc ./emscripten-sdl2-installed/bin/sdl2-config
mkdir -p ./usr
mv ./emscripten-sdl2-installed ./usr/local
tar -cJvvf $TARBALL usr
popd
tar -cJvvf $TARBALL -C buildbot usr
rm -rf buildbot

exit 0

Expand Down

0 comments on commit b0f41e1

Please sign in to comment.