| Index: native_client_sdk/src/examples/hello_world/example.dsc
|
| diff --git a/native_client_sdk/src/examples/hello_world/example.dsc b/native_client_sdk/src/examples/hello_world/example.dsc
|
| index dc1849a0d563ccc0d779ed8a92aa0b752a0d4cac..b100ffb4ac4d536819a6e798041585e0ee3de437 100644
|
| --- a/native_client_sdk/src/examples/hello_world/example.dsc
|
| +++ b/native_client_sdk/src/examples/hello_world/example.dsc
|
| @@ -1,10 +1,5 @@
|
| {
|
| 'TOOLS': ['newlib', 'glibc', 'pnacl', 'win', 'linux'],
|
| - 'SEARCH': [
|
| - '.',
|
| - '..',
|
| - '../../tools',
|
| - ],
|
| 'TARGETS': [
|
| {
|
| 'NAME' : 'hello_world',
|
| @@ -15,7 +10,6 @@
|
| ],
|
| 'DATA': [
|
| 'Makefile',
|
| - 'common.mk',
|
| 'example.js',
|
| ],
|
| 'DEST': 'examples',
|
|
|