summaryrefslogtreecommitdiffstats
path: root/native_client_sdk/src/examples/dlopen/example.dsc
diff options
context:
space:
mode:
Diffstat (limited to 'native_client_sdk/src/examples/dlopen/example.dsc')
-rw-r--r--native_client_sdk/src/examples/dlopen/example.dsc4
1 files changed, 2 insertions, 2 deletions
diff --git a/native_client_sdk/src/examples/dlopen/example.dsc b/native_client_sdk/src/examples/dlopen/example.dsc
index 6a75179..95491a3 100644
--- a/native_client_sdk/src/examples/dlopen/example.dsc
+++ b/native_client_sdk/src/examples/dlopen/example.dsc
@@ -5,14 +5,14 @@
'NAME': 'dlopen',
'TYPE': 'main',
'SOURCES': ['dlopen.cc'],
- 'LIBS': ['dl', 'ppapi_cpp']
+ 'LIBS': ['dl', 'ppapi_cpp', 'ppapi', 'pthread']
},
{
'NAME' : 'libeightball',
'TYPE' : 'so',
'SOURCES' : ['eightball.cc', 'eightball.h'],
'CXXFLAGS': ['$(NACL_CXXFLAGS)', '-fPIC'],
- 'LIBS' : ['ppapi_cpp']
+ 'LIBS' : ['ppapi_cpp', 'ppapi', 'pthread']
}
],
'DEST': 'examples',