aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--gyp/libjpeg.gyp4
1 files changed, 2 insertions, 2 deletions
diff --git a/gyp/libjpeg.gyp b/gyp/libjpeg.gyp
index 56cee280b3..76052bfa14 100644
--- a/gyp/libjpeg.gyp
+++ b/gyp/libjpeg.gyp
@@ -33,10 +33,10 @@
'target_name': 'libjpeg',
'type': 'none',
'dependencies': [
- 'libjpeg-turbo.gyp:*',
+ 'libjpeg-turbo.gyp:libjpeg-turbo',
],
'export_dependent_settings': [
- 'libjpeg-turbo.gyp:*',
+ 'libjpeg-turbo.gyp:libjpeg-turbo',
],
},
],