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