소스 검색

Upgraded buildbot to NaCL SDK pepper_49 (the current stable release).

Ryan C. Gordon 9 년 전
부모
커밋
920bc237da
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      build-scripts/nacl-buildbot.sh

+ 1 - 1
build-scripts/nacl-buildbot.sh

@@ -3,7 +3,7 @@
 # This is the script buildbot.libsdl.org uses to cross-compile SDL2 from
 # This is the script buildbot.libsdl.org uses to cross-compile SDL2 from
 #  amd64 Linux to NaCl.
 #  amd64 Linux to NaCl.
 
 
-export NACL_SDK_ROOT="/nacl_sdk/pepper_35"
+export NACL_SDK_ROOT="/nacl_sdk/pepper_49"
 
 
 TARBALL="$1"
 TARBALL="$1"
 if [ -z $1 ]; then
 if [ -z $1 ]; then