Index: native_client_sdk/src/examples/hello_world_stdio/example.dsc |
diff --git a/native_client_sdk/src/examples/hello_world_stdio/example.dsc b/native_client_sdk/src/examples/hello_world_stdio/example.dsc |
index aefce01b6b8392f61dd3e9100e4a7af7dd1dc857..167834ff034ed6f3a0eeca533a6c2c9df47e7c15 100644 |
--- a/native_client_sdk/src/examples/hello_world_stdio/example.dsc |
+++ b/native_client_sdk/src/examples/hello_world_stdio/example.dsc |
@@ -5,7 +5,7 @@ |
'NAME' : 'hello_world_stdio', |
'TYPE' : 'main', |
'SOURCES' : ['hello_world.c'], |
- 'LIBS': ['ppapi_main', 'nacl_mounts', 'ppapi_cpp', 'ppapi', 'pthread'] |
+ 'LIBS': ['ppapi_main', 'nacl_io', 'ppapi_cpp', 'ppapi', 'pthread'] |
} |
], |
'DATA': [ |
@@ -20,7 +20,7 @@ |
The Hello World Stdio example is the simplest one in the SDK. It uses the |
ppapi_main library which creates an Module and Instance, using default values |
to simplify setup and communication with the PPAPI system. In addition, it |
-uses the nacl_mounts library to remap IO to the Pepper API. This |
+uses the nacl_io library to remap IO to the Pepper API. This |
simplifies IO by providing a standard blocking API and allowing STDERR to go to |
the JavaScript console by default.""", |
'FOCUS': 'Basic HTML, JavaScript, Minimal App.', |