Index: build/mac/tweak_info_plist.py |
diff --git a/build/mac/tweak_info_plist.py b/build/mac/tweak_info_plist.py |
index 4a6c475aa1ca350c0c8faa6be0b9712a99be14f3..57f1b30a92593f68f9adc21bc8b8f74840a22d22 100755 |
--- a/build/mac/tweak_info_plist.py |
+++ b/build/mac/tweak_info_plist.py |
@@ -29,7 +29,8 @@ import subprocess |
import sys |
import tempfile |
-TOP = os.path.join(env['SRCROOT'], '..') |
+TOP = os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath( |
Mark Mentovai
2014/11/06 04:06:13
Not sure the abspath is necessary. Without it, you
Yoyo Zhou
2014/11/06 17:44:37
Removed the abspath.
|
+ __file__)))) |
def _GetOutput(args): |