summaryrefslogtreecommitdiffstats
path: root/ipc
diff options
context:
space:
mode:
Diffstat (limited to 'ipc')
-rw-r--r--ipc/ipc.gyp2
-rw-r--r--ipc/ipc.gypi4
2 files changed, 3 insertions, 3 deletions
diff --git a/ipc/ipc.gyp b/ipc/ipc.gyp
index f6c7820..76b13fc28 100644
--- a/ipc/ipc.gyp
+++ b/ipc/ipc.gyp
@@ -76,7 +76,7 @@
},
{
'target_name': 'test_support_ipc',
- 'type': '<(library)',
+ 'type': 'static_library',
'dependencies': [
'ipc',
'../base/base.gyp:base',
diff --git a/ipc/ipc.gypi b/ipc/ipc.gypi
index 3ee4970..4ccf993 100644
--- a/ipc/ipc.gypi
+++ b/ipc/ipc.gypi
@@ -55,7 +55,7 @@
'targets': [
{
'target_name': 'ipc',
- 'type': '<(library)',
+ 'type': 'static_library',
'variables': {
'ipc_target': 1,
},
@@ -77,7 +77,7 @@
'targets': [
{
'target_name': 'ipc_win64',
- 'type': '<(library)',
+ 'type': 'static_library',
'variables': {
'ipc_target': 1,
},