diff options
Diffstat (limited to 'third_party/libjpeg/libjpeg.gyp')
-rw-r--r-- | third_party/libjpeg/libjpeg.gyp | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/third_party/libjpeg/libjpeg.gyp b/third_party/libjpeg/libjpeg.gyp index 1b0798b..c0259d6 100644 --- a/third_party/libjpeg/libjpeg.gyp +++ b/third_party/libjpeg/libjpeg.gyp @@ -4,14 +4,7 @@ { 'variables': { - 'conditions': [ - [ 'OS=="linux"', { - # Link to system .so since we already use it due to GTK. - 'use_system_libjpeg%': 1, - }, { # OS!="linux" - 'use_system_libjpeg%': 0, - }], - ], + 'use_system_libjpeg%': 0, }, 'conditions': [ ['use_system_libjpeg==0', { |