浏览代码

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

Ryan C. Gordon 8 年之前
父节点
当前提交
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
 #  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