Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(25)

Unified Diff: native_client_sdk/src/gonacl_appengine/src/bullet/Makefile

Issue 613233002: [NaCl SDK] Update naclports revision used to build gonacl.com examples (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | native_client_sdk/src/gonacl_appengine/src/bullet/build.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: native_client_sdk/src/gonacl_appengine/src/bullet/Makefile
diff --git a/native_client_sdk/src/gonacl_appengine/src/bullet/Makefile b/native_client_sdk/src/gonacl_appengine/src/bullet/Makefile
index 0d436fa4bb379d908202e356df7005793d7855ca..a19a82ceae43201ac7412fa9aa183034e386726d 100644
--- a/native_client_sdk/src/gonacl_appengine/src/bullet/Makefile
+++ b/native_client_sdk/src/gonacl_appengine/src/bullet/Makefile
@@ -13,7 +13,7 @@ include $(NACL_SDK_ROOT)/tools/common.mk
TARGET = NaClAMBullet
LIBS = BulletDynamics BulletCollision LinearMath ppapi pthread
-USR_INCLUDE=$(NACL_SDK_ROOT)/toolchain/$(OSNAME)_pnacl/usr/local/include
+USR_INCLUDE=$(NACL_SDK_ROOT)/toolchain/$(OSNAME)_pnacl/le32-nacl/local/include
BULLET_INCLUDE=$(USR_INCLUDE)/bullet
CFLAGS = -I$(CURDIR) -I$(BULLET_INCLUDE)
« no previous file with comments | « no previous file | native_client_sdk/src/gonacl_appengine/src/bullet/build.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698