From 920bc237dabe13148539a61c15523fe8d2926411 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Tue, 8 Nov 2016 01:12:54 -0500 Subject: [PATCH] Upgraded buildbot to NaCL SDK pepper_49 (the current stable release). --- build-scripts/nacl-buildbot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-scripts/nacl-buildbot.sh b/build-scripts/nacl-buildbot.sh index a72333bb78a47..999ec5eaa2fd5 100755 --- a/build-scripts/nacl-buildbot.sh +++ b/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