зеркало из https://github.com/mozilla/pjs.git
Bugzilla Bug 294333: enable building on Windows Me with Cygwin. Thanks
to Jacek Piskozub <piskozub@iopan.gda.pl> for reporting the bug and verifying the fix. r=cls,nelsonb.
This commit is contained in:
Родитель
73a05db3b1
Коммит
350ca73f9f
|
@ -210,6 +210,10 @@ ifeq ($(OS_ARCH),CYGWIN_98-4.10)
|
|||
OS_ARCH = CYGWIN_NT-4.0
|
||||
OS_TARGET = WIN95
|
||||
endif
|
||||
ifeq ($(OS_ARCH),CYGWIN_ME-4.90)
|
||||
OS_ARCH = CYGWIN_NT-4.0
|
||||
OS_TARGET = WIN95
|
||||
endif
|
||||
|
||||
#
|
||||
# On WIN32, we also define the variable CPU_ARCH, if it isn't already.
|
||||
|
|
Загрузка…
Ссылка в новой задаче