OS/2 only - remove emx-i386 from our package nameing

This commit is contained in:
mkaply%us.ibm.com 2005-10-05 16:03:31 +00:00
parent ebd2318596
commit 4af02e72ad

View File

@ -56,6 +56,9 @@ endif
ifeq ($(TARGET_OS),linux-gnu)
MOZ_PKG_PLATFORM := linux-$(TARGET_CPU)
endif
ifeq ($(OS_ARCH),OS2)
MOZ_PKG_PLATFORM := os2
endif
# GTK2 is the default, so we mark gtk1 builds
ifeq ($(MOZ_WIDGET_TOOLKIT),gtk)