summaryrefslogtreecommitdiff
path: root/arch.mk
diff options
context:
space:
mode:
authorAndrew Belt <andrewpbelt@gmail.com>2024-05-04 05:46:12 -0400
committerAndrew Belt <andrewpbelt@gmail.com>2024-05-04 06:36:35 -0400
commitb0c7675e584419da0f48d9c348582eea0dfdd7a2 (patch)
tree1b1ede42d2f75408e754776fb894a06c9f02539c /arch.mk
parent8ca33386e9eb2ac348a934da2a8de472712266f9 (diff)
Add lipo target for creating Mac fat binary.
Diffstat (limited to 'arch.mk')
-rw-r--r--arch.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch.mk b/arch.mk
index a2a75a34..66846fbe 100644
--- a/arch.mk
+++ b/arch.mk
@@ -30,4 +30,4 @@ else
$(error Could not determine operating system of $(MACHINE))
endif
-ARCH_NAME := $(ARCH_OS)-$(ARCH_CPU)
+ARCH_NAME = $(ARCH_OS)-$(ARCH_CPU)