summaryrefslogtreecommitdiffstats
path: root/o3d/plugin/idl/idl.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'o3d/plugin/idl/idl.gyp')
-rw-r--r--o3d/plugin/idl/idl.gyp4
1 files changed, 3 insertions, 1 deletions
diff --git a/o3d/plugin/idl/idl.gyp b/o3d/plugin/idl/idl.gyp
index 8d34808..b996627 100644
--- a/o3d/plugin/idl/idl.gyp
+++ b/o3d/plugin/idl/idl.gyp
@@ -141,7 +141,9 @@
'<@(idl_files)',
],
'outputs': [
- '<(idl_out_path)/hash',
+ # TODO(bradnelson): fix gyp to be able to handle outputs without
+ # and extension on linux.
+ #'<(idl_out_path)/hash',
'<(idl_out_path)/globals_glue.cc',
'<(idl_out_path)/globals_glue.h',
'<!@(python idl_filenames.py \'<(idl_out_path)\' <@(idl_files))',