diff options
Diffstat (limited to 'third_party/libxml/libxml.gyp')
-rw-r--r-- | third_party/libxml/libxml.gyp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/libxml/libxml.gyp b/third_party/libxml/libxml.gyp index 50528ad..848c857 100644 --- a/third_party/libxml/libxml.gyp +++ b/third_party/libxml/libxml.gyp @@ -5,7 +5,7 @@ { 'variables': { 'conditions': [ - ['OS=="linux"', {'os_include': 'linux'}], + ['OS=="linux" or OS=="freebsd"', {'os_include': 'linux'}], ['OS=="mac"', {'os_include': 'mac'}], ['OS=="win"', {'os_include': 'win32'}], ], @@ -18,7 +18,7 @@ { 'target_name': 'libxml', 'conditions': [ - ['OS=="linux" and use_system_libxml', { + ['(OS=="linux" or OS=="freebsd") and use_system_libxml', { 'type': 'settings', 'direct_dependent_settings': { 'cflags': [ |