зеркало из https://github.com/mozilla/gecko-dev.git
Bug 798969. Handle symlinked srcdirs by avoiding use of Python's __file__. r=jesup
This commit is contained in:
Родитель
2299c9863c
Коммит
5020db2e03
|
@ -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",
|
||||
|
|
Загрузка…
Ссылка в новой задаче