summaryrefslogtreecommitdiffstats
path: root/o3d/build/gyp_o3d
diff options
context:
space:
mode:
Diffstat (limited to 'o3d/build/gyp_o3d')
-rwxr-xr-xo3d/build/gyp_o3d2
1 files changed, 2 insertions, 0 deletions
diff --git a/o3d/build/gyp_o3d b/o3d/build/gyp_o3d
index 598dd70..229b4bc 100755
--- a/o3d/build/gyp_o3d
+++ b/o3d/build/gyp_o3d
@@ -11,6 +11,7 @@ import os
import sys
chrome_src = os.path.join(os.path.dirname(sys.argv[0]), os.pardir, os.pardir)
+o3d_src = os.path.join(os.path.dirname(sys.argv[0]), os.pardir)
try:
import gyp
@@ -24,6 +25,7 @@ if __name__ == '__main__':
# Always include common.gypi
args += ['--depth', '.',
'-I', os.path.join(chrome_src, 'build', 'common.gypi'),
+ '-I', os.path.join(o3d_src, 'build', 'common_global.gypi'),
'-D', 'mac_deployment_target=10.4']
# Off we go...