diff options
-rw-r--r-- | base/allocator/allocator.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/allocator/allocator.gyp b/base/allocator/allocator.gyp index 402d6de..69ba35d 100644 --- a/base/allocator/allocator.gyp +++ b/base/allocator/allocator.gyp @@ -29,7 +29,7 @@ 'target_name': 'allocator', 'variables': { 'conditions': [ - ['use_allocator!="none" or (OS=="win" and win_use_allocator_shim==1)', { + ['use_allocator!="none" or win_use_allocator_shim==1', { 'allocator_target_type%': 'static_library', }, { 'allocator_target_type%': 'none', |