diff --git a/polymer/eduke32/Makefile b/polymer/eduke32/Makefile index 300f4d508..941b2dcfb 100644 --- a/polymer/eduke32/Makefile +++ b/polymer/eduke32/Makefile @@ -200,6 +200,7 @@ ifeq ($(PLATFORM),DARWIN) -Wl,-framework,CoreMidi -Wl,-framework,AudioUnit \ -Wl,-framework,AudioToolbox -Wl,-framework,IOKit -Wl,-framework,AGL \ -Wl,-framework,QuickTime -lm + -Wl,-rpath -Wl,"@loader_path/../Frameworks" # We have SDLMain.m from the OSX SDL package in the Apple/ subdir: EDITOROBJS+=$(OBJ)/SDLMain.$o GAMEOBJS+=$(OBJ)/SDLMain.$o