diff options
author | Tony Theodore <tonyt@logyst.com> | 2018-09-30 01:44:40 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2018-09-30 01:44:40 (GMT) |
commit | a063f9b35279d83f692df0345d84147c0f23c992 (patch) | |
tree | 6210b8c7aedb22ad3cd0844b59a2a689914ed484 /Makefile | |
parent | 920f4dbbdf6e31da74e1c0bac3efedbf90b8b713 (diff) | |
download | mxe-a063f9b35279d83f692df0345d84147c0f23c992.zip mxe-a063f9b35279d83f692df0345d84147c0f23c992.tar.gz mxe-a063f9b35279d83f692df0345d84147c0f23c992.tar.bz2 |
darwin: don't build i386 nonet lib
see: #2217
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -657,7 +657,7 @@ ifeq ($(findstring darwin,$(BUILD)),) else NONET_LIB := $(PREFIX)/$(BUILD)/lib/nonetwork.dylib PRELOAD := DYLD_FORCE_FLAT_NAMESPACE=1 DYLD_INSERT_LIBRARIES='$(NONET_LIB)' - NONET_CFLAGS := -arch i386 -arch x86_64 + NONET_CFLAGS := -arch x86_64 endif $(NONET_LIB): $(TOP_DIR)/tools/nonetwork.c | $(PREFIX)/$(BUILD)/lib/.gitkeep |