Kaydet (Commit) d1f6b72e authored tarafından Ariel Constenla-Haile's avatar Ariel Constenla-Haile Kaydeden (comit) Caolán McNamara

Add support for MacOSX x86_64

(cherry picked from commit 1307f094)
üst 610830ed
...@@ -44,6 +44,9 @@ else ...@@ -44,6 +44,9 @@ else
ifeq "$(UNOPKG_PLATFORM)" "MacOSX_x86" ifeq "$(UNOPKG_PLATFORM)" "MacOSX_x86"
EXTENSION_PLATFORM=macosx_x86 EXTENSION_PLATFORM=macosx_x86
else else
ifeq "$(UNOPKG_PLATFORM)" "MacOSX_x86_64"
EXTENSION_PLATFORM=macosx_x86_64
else
ifeq "$(UNOPKG_PLATFORM)" "Solaris_SPARC" ifeq "$(UNOPKG_PLATFORM)" "Solaris_SPARC"
EXTENSION_PLATFORM=solaris_sparc EXTENSION_PLATFORM=solaris_sparc
else else
...@@ -61,13 +64,5 @@ else ...@@ -61,13 +64,5 @@ else
endif endif
endif endif
endif endif
endif
endif endif
#ifeq "$(UNOPKG_PLATFORM)" "Linux_SPARC"
# EXTENSION_PLATFORM=
#ifeq "$(UNOPKG_PLATFORM)" "Solaris_SPARC64"
# EXTENSION_PLATFORM=
#ifeq "$(UNOPKG_PLATFORM)" "kFreeBSD_x86"
# EXTENSION_PLATFORM=
#ifeq "$(UNOPKG_PLATFORM)" "kFreeBSD_x86_64"
# EXTENSION_PLATFORM=
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment