diff options
Diffstat (limited to 'base/allocator/allocator.gyp')
-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 fd33645..78436a7 100644 --- a/base/allocator/allocator.gyp +++ b/base/allocator/allocator.gyp @@ -310,7 +310,7 @@ '<(tcmalloc_dir)/src/profiler.cc', ], }], - ['OS=="linux"', { + ['OS=="linux" or OS=="freebsd"', { 'sources!': [ '<(tcmalloc_dir)/src/system-alloc.h', '<(tcmalloc_dir)/src/windows/port.cc', |