From 32dacf749238d5bd97f671b8d562c13c33d1ec1d Mon Sep 17 00:00:00 2001 From: Spoike Date: Fri, 22 Nov 2013 03:09:06 +0000 Subject: [PATCH] upgrade to nacl sdk 31 in an attempt to stop chrome from erroring out. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4531 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/engine/Makefile b/engine/Makefile index cc031aa0e..42e859fd3 100644 --- a/engine/Makefile +++ b/engine/Makefile @@ -733,8 +733,8 @@ ifeq ($(FTE_TARGET),nacl) NACLLIBS=newlib_arm/Release endif ifeq ($(NARCH),pnacl) - CC=$(NACL_SDK_ROOT)/toolchain/$(MYOS)_x86_pnacl/newlib/bin/pnacl-clang -DNACL - STRIP=$(NACL_SDK_ROOT)/toolchain/$(MYOS)_x86_pnacl/newlib/bin/pnacl-strip + CC=$(NACL_SDK_ROOT)/toolchain/$(MYOS)_pnacl/bin/pnacl-clang -DNACL + STRIP=$(NACL_SDK_ROOT)/toolchain/$(MYOS)_pnacl/bin/pnacl-strip STRIPFLAGS= BITS= NACLLIBS=pnacl/Release