summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2018-09-30 01:44:40 (GMT)
committerTony Theodore <tonyt@logyst.com>2018-09-30 01:44:40 (GMT)
commita063f9b35279d83f692df0345d84147c0f23c992 (patch)
tree6210b8c7aedb22ad3cd0844b59a2a689914ed484 /Makefile
parent920f4dbbdf6e31da74e1c0bac3efedbf90b8b713 (diff)
downloadmxe-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--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e526af8..98255a8 100644
--- a/Makefile
+++ b/Makefile
@@ -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