From 2845a5d9a13d51f0028087abd0c745bad53a1390 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Wed, 22 Apr 2020 15:07:47 +0100 Subject: [PATCH] Makefile: don't hard-code arch on Darwin it should be left to the user what architecture to compile fore --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 39cad38..c8126cc 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,6 @@ else LDFLAGS += -lsocket endif ifeq ($(OS),Darwin) - CFLAGS += -arch x86_64 LIBEXT := .dylib SHARED := -dynamiclib -install_name libhdhomerun$(LIBEXT) endif