Kaydet (Commit) 1307f094 authored tarafından Ariel Constenla-Haile's avatar Ariel Constenla-Haile

Add support for MacOSX x86_64

üst 7fd640f4
......@@ -46,6 +46,9 @@ else
ifeq "$(UNOPKG_PLATFORM)" "MacOSX_x86"
EXTENSION_PLATFORM=macosx_x86
else
ifeq "$(UNOPKG_PLATFORM)" "MacOSX_x86_64"
EXTENSION_PLATFORM=macosx_x86_64
else
ifeq "$(UNOPKG_PLATFORM)" "Solaris_SPARC"
EXTENSION_PLATFORM=solaris_sparc
else
......@@ -63,13 +66,5 @@ else
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