diff options
Diffstat (limited to 'sandbox/sandbox.gyp')
-rw-r--r-- | sandbox/sandbox.gyp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sandbox/sandbox.gyp b/sandbox/sandbox.gyp index 22d88ac..9078337 100644 --- a/sandbox/sandbox.gyp +++ b/sandbox/sandbox.gyp @@ -157,7 +157,7 @@ }, { 'target_name': 'sandbox', - 'type': '<(library)', + 'type': 'static_library', 'conditions': [ ['target_arch!="arm"', { 'dependencies': [ @@ -181,7 +181,7 @@ 'targets': [ { 'target_name': 'sandbox', - 'type': '<(library)', + 'type': 'static_library', 'variables': { 'sandbox_windows_target': 1, }, @@ -231,7 +231,7 @@ }, { 'target_name': 'sandbox_win64', - 'type': '<(library)', + 'type': 'static_library', 'variables': { 'sandbox_windows_target': 1, }, |