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..2057bac83865d1747ae7e41917e85f28d4d1a028 100755 |
--- a/build/mac/tweak_info_plist.py |
+++ b/build/mac/tweak_info_plist.py |
@@ -29,7 +29,7 @@ import subprocess |
import sys |
import tempfile |
-TOP = os.path.join(env['SRCROOT'], '..') |
+TOP = os.path.dirname(os.path.dirname(os.path.dirname(__file__))) |
def _GetOutput(args): |