Skip to content

Commit

Permalink
Makefile: small fix in MACOS target
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Cafasso <noxdafox@gmail.com>
  • Loading branch information
noxdafox committed Sep 4, 2023
1 parent e5e686d commit ccde8c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ clips_source:
unzip -jo clips.zip -d clips_source

ifeq ($(PLATFORM),Darwin) # macOS
TARGET_ARCH ?= $(shell uname -m)
TARGET_ARCH = $(shell uname -m)
LDLIBS = -lm
ifneq "$(wildcard /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib)" ""
LDLIBS += -L/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib
Expand Down

0 comments on commit ccde8c0

Please sign in to comment.