summaryrefslogtreecommitdiffstats
path: root/native_client_sdk/src/examples/hello_world_gles/example.dsc
diff options
context:
space:
mode:
Diffstat (limited to 'native_client_sdk/src/examples/hello_world_gles/example.dsc')
-rw-r--r--native_client_sdk/src/examples/hello_world_gles/example.dsc6
1 files changed, 3 insertions, 3 deletions
diff --git a/native_client_sdk/src/examples/hello_world_gles/example.dsc b/native_client_sdk/src/examples/hello_world_gles/example.dsc
index 3738886..13076162 100644
--- a/native_client_sdk/src/examples/hello_world_gles/example.dsc
+++ b/native_client_sdk/src/examples/hello_world_gles/example.dsc
@@ -7,10 +7,10 @@
'SOURCES' : ['hello_world.cc', 'matrix.cc', 'matrix.h'],
'CXXFLAGS': [
'$(NACL_CXXFLAGS)',
- '-I../../libraries',
- '-I$../../libraries/ppapi/lib/gl'
+ '-I../../src',
+ '-I../../src/ppapi/lib/gl'
],
- 'LDFLAGS': ['$(NACL_LDFLAGS)', '-lppapi_gles2']
+ 'LDFLAGS': ['-g', '-pthread', '-lppapi', '-lppapi_gles2']
}
],
'DATA': [