Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1541)

Unified Diff: native_client_sdk/src/examples/hello_world_stdio/Makefile

Issue 11592003: Add support for simple run of "main" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Replace missing stdio Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | native_client_sdk/src/examples/hello_world_stdio/hello_world.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: native_client_sdk/src/examples/hello_world_stdio/Makefile
diff --git a/native_client_sdk/src/examples/hello_world_stdio/Makefile b/native_client_sdk/src/examples/hello_world_stdio/Makefile
index d3b34a66e1b238fe3d963b74edea1cef87df09f6..1f644cd8f75bf0cc44a46e558467e97e8dfe4373 100644
--- a/native_client_sdk/src/examples/hello_world_stdio/Makefile
+++ b/native_client_sdk/src/examples/hello_world_stdio/Makefile
@@ -42,7 +42,7 @@ SOURCES=hello_world.c
# Notice that pthread and libc are implied and come last through standard
# compiler/link switches, for example -pthread.
#
-LIBS=ppapi_main ppapi_cpp ppapi
+LIBS=ppapi_main nacl_mounts ppapi_cpp ppapi
#
« no previous file with comments | « no previous file | native_client_sdk/src/examples/hello_world_stdio/hello_world.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698