mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
[OS/2] Bug 505574: OS/2 nsinstall.exe from moztools fails to install test directories recursively (after bug463417), p=wuno@lsvw, r=pweilbacher
This commit is contained in:
parent
8f16c1b7a2
commit
afbc0fd077
@ -139,8 +139,8 @@ endif
|
||||
testxpcobjdir = $(DEPTH)/_tests/xpcshell
|
||||
|
||||
# Test file installation
|
||||
ifeq (WINNT,$(HOST_OS_ARCH))
|
||||
# Windows nsinstall can't recursively copy directories, so use nsinstall.py
|
||||
ifneq (,$(filter WINNT os2-emx,$(HOST_OS_ARCH)))
|
||||
# Windows and OS/2 nsinstall can't recursively copy directories, so use nsinstall.py
|
||||
TEST_INSTALLER = $(PYTHON) $(topsrcdir)/config/nsinstall.py
|
||||
else
|
||||
TEST_INSTALLER = $(INSTALL)
|
||||
|
@ -139,8 +139,8 @@ endif
|
||||
testxpcobjdir = $(DEPTH)/_tests/xpcshell
|
||||
|
||||
# Test file installation
|
||||
ifeq (WINNT,$(HOST_OS_ARCH))
|
||||
# Windows nsinstall can't recursively copy directories, so use nsinstall.py
|
||||
ifneq (,$(filter WINNT os2-emx,$(HOST_OS_ARCH)))
|
||||
# Windows and OS/2 nsinstall can't recursively copy directories, so use nsinstall.py
|
||||
TEST_INSTALLER = $(PYTHON) $(topsrcdir)/config/nsinstall.py
|
||||
else
|
||||
TEST_INSTALLER = $(INSTALL)
|
||||
|
Loading…
Reference in New Issue
Block a user