From 40db481236f4e1aa996c0b19b842d5ffafc578a7 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Fri, 29 Apr 2016 09:45:12 +0200 Subject: [PATCH] Use pepper_49 --- dist-build/nativeclient.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist-build/nativeclient.sh b/dist-build/nativeclient.sh index 0d990cd2..5ce81dd5 100755 --- a/dist-build/nativeclient.sh +++ b/dist-build/nativeclient.sh @@ -1,6 +1,6 @@ #! /bin/sh -export NACL_SDK_ROOT=${NACL_SDK_ROOT-"/opt/nacl_sdk/pepper_45"} +export NACL_SDK_ROOT=${NACL_SDK_ROOT-"/opt/nacl_sdk/pepper_49"} export NACL_TOOLCHAIN=${NACL_TOOLCHAIN-"${NACL_SDK_ROOT}/toolchain/mac_pnacl"} export NACL_BIN=${NACL_BIN-"${NACL_TOOLCHAIN}/bin"} export PREFIX="$(pwd)/libsodium-nativeclient"