summaryrefslogtreecommitdiffstats
path: root/third_party/libxslt
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/libxslt')
-rw-r--r--third_party/libxslt/libxslt.gyp7
1 files changed, 1 insertions, 6 deletions
diff --git a/third_party/libxslt/libxslt.gyp b/third_party/libxslt/libxslt.gyp
index 4a8f812..1f62810 100644
--- a/third_party/libxslt/libxslt.gyp
+++ b/third_party/libxslt/libxslt.gyp
@@ -8,13 +8,8 @@
['OS=="linux" or OS=="freebsd"', {'os_include': 'linux'}],
['OS=="mac"', {'os_include': 'mac'}],
['OS=="win"', {'os_include': 'win32'}],
- [ 'OS=="linux"', {
- # Link to system .so since we already use it due to GTK.
- 'use_system_libxslt%': 1,
- }, { # OS!="linux"
- 'use_system_libxslt%': 0,
- }],
],
+ 'use_system_libxslt%': 0,
},
'targets': [
{