| Index: native_client_sdk/src/libraries/pthread/library.dsc
|
| diff --git a/native_client_sdk/src/libraries/pthread/library.dsc b/native_client_sdk/src/libraries/pthread/library.dsc
|
| index 9f649ea53622b64f801241022de48d2c14323135..170483c94318852dd2f2a790f116ebe195256acf 100644
|
| --- a/native_client_sdk/src/libraries/pthread/library.dsc
|
| +++ b/native_client_sdk/src/libraries/pthread/library.dsc
|
| @@ -6,10 +6,11 @@
|
| 'TYPE' : 'lib',
|
| 'SOURCES' : [
|
| 'pthread.c',
|
| - 'pthread.h'
|
| ],
|
| }
|
| ],
|
| + 'HEADERS': ['pthread.h'],
|
| + 'HEADERS_DEST': 'include/win',
|
| 'DEST': 'src',
|
| 'NAME': 'pthread',
|
| }
|
|
|