Skip to content

Commit

Permalink
Merge pull request #343 from nymtech/jon/fix-makefile
Browse files Browse the repository at this point in the history
Fix Makefile arch detection on mac
  • Loading branch information
tommyv1987 authored Apr 26, 2024
2 parents 9c538b9 + 080c451 commit dff1ee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform.mk
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ $(info Detected Architecture: $(ARCH))

# Define architecture mappings for Linux
LINUX_ARCH_MAP := x86_64=x86_64-unknown-linux-gnu aarch64=aarch64-unknown-linux-gnu
DARWIN_ARCH_MAP := x86_64=x86_64-apple-darwin arm64=arm64-apple-darwin
DARWIN_ARCH_MAP := x86_64=x86_64-apple-darwin arm64=aarch64-apple-darwin

# Function to adjust architecture based on OS
define adjust_arch
Expand Down

0 comments on commit dff1ee1

Please sign in to comment.