Skip to content

Commit

Permalink
fix for building 'tests' target on MacOS 14.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tra committed Apr 27, 2024
1 parent 22bff2c commit c971f57
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 @@ -55,7 +55,7 @@ else
FRAMEWORK_PATH = /Library/Frameworks
endif
CPPFLAGS += -F$(FRAMEWORK_PATH)
LDFLAGS += -F$(FRAMEWORK_PATH) -L/opt/homebrew/lib -L/usr/local/lib -lstdc++ -lm -lpthread -framework SDL2 -framework OpenGL -framework AppKit
LDFLAGS += -F$(FRAMEWORK_PATH) -rpath $(FRAMEWORK_PATH) -L/opt/homebrew/lib -L/usr/local/lib -lstdc++ -lm -lpthread -framework SDL2 -framework OpenGL -framework AppKit
POST_PROCESS ?= dsymutil

JOBS := $(shell sysctl -n hw.ncpu)
Expand Down

0 comments on commit c971f57

Please sign in to comment.