mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 14:42:13 +00:00
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
This commit is contained in:
parent
2c253d6635
commit
32dacf7492
1 changed files with 2 additions and 2 deletions
|
@ -733,8 +733,8 @@ ifeq ($(FTE_TARGET),nacl)
|
||||||
NACLLIBS=newlib_arm/Release
|
NACLLIBS=newlib_arm/Release
|
||||||
endif
|
endif
|
||||||
ifeq ($(NARCH),pnacl)
|
ifeq ($(NARCH),pnacl)
|
||||||
CC=$(NACL_SDK_ROOT)/toolchain/$(MYOS)_x86_pnacl/newlib/bin/pnacl-clang -DNACL
|
CC=$(NACL_SDK_ROOT)/toolchain/$(MYOS)_pnacl/bin/pnacl-clang -DNACL
|
||||||
STRIP=$(NACL_SDK_ROOT)/toolchain/$(MYOS)_x86_pnacl/newlib/bin/pnacl-strip
|
STRIP=$(NACL_SDK_ROOT)/toolchain/$(MYOS)_pnacl/bin/pnacl-strip
|
||||||
STRIPFLAGS=
|
STRIPFLAGS=
|
||||||
BITS=
|
BITS=
|
||||||
NACLLIBS=pnacl/Release
|
NACLLIBS=pnacl/Release
|
||||||
|
|
Loading…
Reference in a new issue