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 1e96171..4e613a9 100644 --- a/base/allocator/allocator.gyp +++ b/base/allocator/allocator.gyp @@ -10,7 +10,7 @@ 'targets': [ { 'target_name': 'allocator', - 'type': '<(library)', + 'type': 'static_library', 'msvs_guid': 'C564F145-9172-42C3-BFCB-60FDEA124321', 'include_dirs': [ '.', |