diff options
Diffstat (limited to 'sandbox')
-rw-r--r-- | sandbox/sandbox.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/sandbox.gyp b/sandbox/sandbox.gyp index e1ce9e4..6add0c2 100644 --- a/sandbox/sandbox.gyp +++ b/sandbox/sandbox.gyp @@ -11,7 +11,7 @@ 'targets': [ { 'target_name': 'sandbox', - 'type': 'static_library', + 'type': '<(library)', 'dependencies': [ '../testing/gtest.gyp:gtest', '../base/base.gyp:base', |