Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / build / mac / tweak_info_plist.py
index 4a6c475..2057bac 100755 (executable)
@@ -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):