mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-11 02:18:01 +00:00
parent
063c710a24
commit
18da08997d
@ -3401,7 +3401,7 @@ dnl ========================================================
|
|||||||
dnl Installer
|
dnl Installer
|
||||||
dnl ========================================================
|
dnl ========================================================
|
||||||
case "$target_os" in
|
case "$target_os" in
|
||||||
solaris*|linux*|msvc*|mksnt*|cygwin*|mingw*)
|
solaris*|linux*|msvc*|mksnt*|cygwin*|mingw*|os2*)
|
||||||
MOZ_INSTALLER=1
|
MOZ_INSTALLER=1
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
@ -40,6 +40,9 @@ endif
|
|||||||
ifeq ($(OS_ARCH),WINNT)
|
ifeq ($(OS_ARCH),WINNT)
|
||||||
DIRS += wizard/windows
|
DIRS += wizard/windows
|
||||||
endif
|
endif
|
||||||
|
ifeq ($(OS_ARCH),OS2)
|
||||||
|
DIRS += wizard/os2
|
||||||
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
include $(topsrcdir)/config/rules.mk
|
include $(topsrcdir)/config/rules.mk
|
||||||
|
Loading…
x
Reference in New Issue
Block a user