summaryrefslogtreecommitdiffstats
path: root/o3d
diff options
context:
space:
mode:
Diffstat (limited to 'o3d')
-rw-r--r--o3d/plugin/plugin.gyp11
1 files changed, 1 insertions, 10 deletions
diff --git a/o3d/plugin/plugin.gyp b/o3d/plugin/plugin.gyp
index 3ed29cd..f0ea4c6 100644
--- a/o3d/plugin/plugin.gyp
+++ b/o3d/plugin/plugin.gyp
@@ -208,16 +208,7 @@
},
{
'variables': {
- 'conditions': [
- ['OS == "mac"',
- {
- 'o3d_main_lib_type': 'loadable_module',
- },
- {
- 'o3d_main_lib_type': 'static_library',
- },
- ],
- ],
+ 'o3d_main_lib_type': 'loadable_module',
},
},
],