Bug 798969. Handle symlinked srcdirs by avoiding use of Python's __file__. r=jesup

This commit is contained in:
Robert O'Callahan 2012-10-08 17:45:10 +13:00
Родитель 2299c9863c
Коммит 5020db2e03
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -440,7 +440,7 @@ def GenerateOutput(target_list, target_dicts, data, params):
swapslashes(top),
swapslashes(src),
swapslashes(relative_srcdir))
scriptname = topsrcdir_path(__file__)
scriptname = "$(topsrcdir)/media/webrtc/trunk/tools/gyp/pylib/gyp/generator/mozmake.py"
# Reassemble a commandline from parts so that all the paths are correct
commandline = [topsrcdir_path(sys.argv[0]),
"--format=mozmake",