aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libjpeg.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libjpeg.gyp b/libjpeg.gyp
index d9f036d..491ede8 100644
--- a/libjpeg.gyp
+++ b/libjpeg.gyp
@@ -18,7 +18,7 @@
'targets': [
{
'target_name': 'libjpeg',
- 'type': '<(library)',
+ 'type': 'static_library',
'include_dirs': [
'.',
],