diff options
-rw-r--r-- | courgette/courgette.gyp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/courgette/courgette.gyp b/courgette/courgette.gyp index 9cf075a1..1d6c030 100644 --- a/courgette/courgette.gyp +++ b/courgette/courgette.gyp @@ -111,6 +111,15 @@ '../testing/gtest.gyp:gtest', ], 'conditions': [ + [ 'os_posix == 1 and OS != "mac" and OS != "android" and OS != "ios"', { + 'conditions': [ + ['linux_use_tcmalloc==1', { + 'dependencies': [ + '../base/allocator/allocator.gyp:allocator', + ], + }], + ], + }], [ 'toolkit_uses_gtk == 1', { 'dependencies': [ # Workaround for gyp bug 69. |