Skip to content

Commit

Permalink
Fix mac tests running as raw binary.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Krieger committed Nov 30, 2024
1 parent f3eb058 commit 142a366
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 @@ -733,7 +733,7 @@ ifeq ($(TILES), 1)
ifeq ($(SOUND), 1)
OSX_INC += -I$(FRAMEWORKSDIR)/SDL2_mixer.framework/Headers
endif
LDFLAGS += -F$(FRAMEWORKSDIR) \
LDFLAGS += -F$(FRAMEWORKSDIR) -rpath $(FRAMEWORKSDIR) \
-framework SDL2 -framework SDL2_image -framework SDL2_ttf -framework Cocoa
ifeq ($(SOUND), 1)
LDFLAGS += -framework SDL2_mixer
Expand Down

0 comments on commit 142a366

Please sign in to comment.