aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
Diffstat (limited to 'gyp')
-rw-r--r--gyp/libjpeg.gyp9
1 files changed, 1 insertions, 8 deletions
diff --git a/gyp/libjpeg.gyp b/gyp/libjpeg.gyp
index 4480d516fe..b7ce7a8114 100644
--- a/gyp/libjpeg.gyp
+++ b/gyp/libjpeg.gyp
@@ -10,14 +10,7 @@
{
'variables': {
- 'conditions': [
- [ 'os_posix == 1 and OS != "mac"', {
- # Link to system .so since we already use it due to GTK.
- 'use_system_libjpeg%': 1,
- }, { # os_posix != 1 or OS == "mac"
- 'use_system_libjpeg%': 0,
- }],
- ],
+ 'use_system_libjpeg%': 0,
},
'conditions': [
['use_system_libjpeg==0', {