diff options
Diffstat (limited to 'third_party/libxml/libxml.gyp')
-rw-r--r-- | third_party/libxml/libxml.gyp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/third_party/libxml/libxml.gyp b/third_party/libxml/libxml.gyp index b1b0117..84fb755 100644 --- a/third_party/libxml/libxml.gyp +++ b/third_party/libxml/libxml.gyp @@ -194,6 +194,7 @@ ['OS=="linux"', { 'link_settings': { 'libraries': [ + '-ldl', '-lm', ], }, @@ -211,11 +212,13 @@ ], 'dependencies': [ 'libxml', + '../icu38/icu38.gyp:icuuc', ], 'conditions': [ ['OS=="linux"', { 'link_settings': { 'libraries': [ + '-ldl', '-lm', ], }, |