summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--o3d/plugin/plugin.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/o3d/plugin/plugin.gyp b/o3d/plugin/plugin.gyp
index 746f892..aa190ee 100644
--- a/o3d/plugin/plugin.gyp
+++ b/o3d/plugin/plugin.gyp
@@ -247,6 +247,7 @@
{
# The unbranded Mac plugin's name is a special case.
'action': ['/usr/bin/Rez',
+ '-useDF',
'-o',
'${BUILT_PRODUCTS_DIR}/O3D.plugin/Contents/Resources/O3D.rsrc',
'${BUILT_PRODUCTS_DIR}/O3D.r',
@@ -254,6 +255,7 @@
},
{
'action': ['/usr/bin/Rez',
+ '-useDF',
'-o',
'${BUILT_PRODUCTS_DIR}/<(plugin_npapi_filename).plugin/Contents/Resources/<(plugin_npapi_filename).rsrc',
'${BUILT_PRODUCTS_DIR}/O3D.r',