Index: native_client_sdk/src/examples/debugging/example.dsc |
=================================================================== |
--- native_client_sdk/src/examples/debugging/example.dsc (revision 147717) |
+++ native_client_sdk/src/examples/debugging/example.dsc (working copy) |
@@ -11,7 +11,8 @@ |
'untrusted_crash_dump.c', |
'untrusted_crash_dump.h' |
], |
- 'CCFLAGS': ['$(NACL_CCFLAGS)', '-fno-omit-frame-pointer'] |
+ 'CCFLAGS': ['$(NACL_CCFLAGS)', '-fno-omit-frame-pointer'], |
+ 'LIBS' : ['ppapi', 'pthread'] |
} |
], |
'POST': 'include Makefile.inc\n', |