Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / native_client_sdk / src / examples / tutorial / dlopen / example.dsc
index 8a1f104..47d6c89 100644 (file)
@@ -6,7 +6,7 @@
       'TYPE': 'main',
       'SOURCES': ['dlopen.cc'],
       'DEPS': ['nacl_io', 'ppapi_cpp'],
-      'LIBS': ['dl', 'ppapi', 'pthread']
+      'LIBS': ['nacl_io', 'ppapi_cpp', 'ppapi', 'dl', 'pthread']
     },
     {
       'NAME' : 'eightball',