| Index: native_client_sdk/src/libraries/nacl_mounts/library.dsc
|
| diff --git a/native_client_sdk/src/libraries/nacl_mounts/library.dsc b/native_client_sdk/src/libraries/nacl_mounts/library.dsc
|
| index e7f81eeeaa2917f4bab1f24a18f698fd1011acf3..1d5ca1573f9ceb2d5f77491777c47de1253cc4fe 100644
|
| --- a/native_client_sdk/src/libraries/nacl_mounts/library.dsc
|
| +++ b/native_client_sdk/src/libraries/nacl_mounts/library.dsc
|
| @@ -1,7 +1,6 @@
|
| {
|
| # Disabled pnacl for now because it warns on using the language extension
|
| # typeof(...)
|
| - #'TOOLS': ['newlib', 'glibc', 'pnacl', 'win'],
|
| 'TOOLS': ['newlib', 'glibc', 'win'],
|
| 'SEARCH': [
|
| '.',
|
| @@ -78,6 +77,9 @@
|
| 'DEST': 'include/utils',
|
| }
|
| ],
|
| + 'DATA': [
|
| + 'Makefile',
|
| + ],
|
| 'DEST': 'src',
|
| 'NAME': 'nacl_mounts',
|
| }
|
|
|