Add a *working* hack to fix much of the MozillaTest bustage, I think -- still bug 351968
This commit is contained in:
Родитель
f902ca6c73
Коммит
9aa651e555
|
@ -1824,9 +1824,8 @@ libs::
|
|||
# be absolute (it's passed to tests for use in getting access to
|
||||
# files), we need to convert it.
|
||||
#
|
||||
# XXX find a better way to do this, because this probably isn't
|
||||
# guaranteed to work right everywhere
|
||||
_ABS_TOPSRCDIR := `dirname $(topsrcdir)`/`basename $(topsrcdir)`
|
||||
# XXX is this the right way to do it?
|
||||
_ABS_TOPSRCDIR := `realpath $(topsrcdir)`
|
||||
|
||||
ifdef CYGWIN_WRAPPER
|
||||
NATIVE_TOPSRCDIR := `cygpath -wa $(_ABS_TOPSRCDIR)`
|
||||
|
|
Загрузка…
Ссылка в новой задаче