Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
I don't know if Unix scripts are useful at all on Emscripten, but fix…
… them up.
  • Loading branch information
icculus committed Dec 24, 2014
1 parent fc40516 commit 2086368
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build-scripts/emscripten-buildbot.sh
Expand Up @@ -59,6 +59,8 @@ emmake $MAKE

echo "Moving things around..."
emmake $MAKE install
# Fix up a few things to a real install path
perl -w -pi -e "s#$SDLBASE/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 "$SDLBASE/emscripten-sdl2-installed" ./usr/local
popd
Expand Down

0 comments on commit 2086368

Please sign in to comment.