summaryrefslogtreecommitdiffstats
path: root/native_client_sdk/src/examples/geturl/example.dsc
diff options
context:
space:
mode:
Diffstat (limited to 'native_client_sdk/src/examples/geturl/example.dsc')
-rw-r--r--native_client_sdk/src/examples/geturl/example.dsc2
1 files changed, 1 insertions, 1 deletions
diff --git a/native_client_sdk/src/examples/geturl/example.dsc b/native_client_sdk/src/examples/geturl/example.dsc
index fb0a230..461d5ec 100644
--- a/native_client_sdk/src/examples/geturl/example.dsc
+++ b/native_client_sdk/src/examples/geturl/example.dsc
@@ -5,7 +5,7 @@
'NAME' : 'geturl',
'TYPE' : 'main',
'SOURCES' : ['geturl.cc', 'geturl_handler.cc', 'geturl_handler.h'],
- 'LIBS': ['ppapi_cpp']
+ 'LIBS': ['ppapi_cpp', 'ppapi', 'pthread']
}
],
'DATA': ['geturl_success.html'],