mirror of https://github.com/libsdl-org/SDL
Upgraded buildbot to NaCL SDK pepper_49 (the current stable release).
This commit is contained in:
parent
6380d5c24e
commit
920bc237da
|
@ -3,7 +3,7 @@
|
|||
# This is the script buildbot.libsdl.org uses to cross-compile SDL2 from
|
||||
# amd64 Linux to NaCl.
|
||||
|
||||
export NACL_SDK_ROOT="/nacl_sdk/pepper_35"
|
||||
export NACL_SDK_ROOT="/nacl_sdk/pepper_49"
|
||||
|
||||
TARBALL="$1"
|
||||
if [ -z $1 ]; then
|
||||
|
|
Loading…
Reference in New Issue