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..68222444e046297058ccd53d55cd1827717e33bd 100644 |
--- a/native_client_sdk/src/libraries/pthread/library.dsc |
+++ b/native_client_sdk/src/libraries/pthread/library.dsc |
@@ -4,10 +4,13 @@ |
{ |
'NAME' : 'pthread', |
'TYPE' : 'lib', |
- 'SOURCES' : [ |
- 'pthread.c', |
- 'pthread.h' |
- ], |
+ 'SOURCES' : ['pthread.c'], |
+ } |
+ ], |
+ 'HEADERS': [ |
+ { |
+ 'FILES': ['pthread.h'], |
+ 'DEST': 'include/win', |
} |
], |
'DEST': 'src', |