diff options
Diffstat (limited to 'games/54321/files/variables.GNU')
-rw-r--r-- | games/54321/files/variables.GNU | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/54321/files/variables.GNU b/games/54321/files/variables.GNU index f6d1e4a617a4..e2fea19aeccb 100644 --- a/games/54321/files/variables.GNU +++ b/games/54321/files/variables.GNU @@ -8,11 +8,11 @@ MKDIR_CMD = test -d $(@D) || mkdir -p $(@D) SDL := ${LOCALBASE} SDL_IMAGE := ${LOCALBASE} -CPPFLAGS += -I${SDL}/include/SDL11 -I${SDL_IMAGE}/include/SDL11 +CPPFLAGS += -I${SDL}/include/SDL -I${SDL}/include -I${SDL_IMAGE}/include/SDL LDFLAGS += \ -L${SDL_IMAGE}/lib -Wl,-rpath -Wl,${SDL_IMAGE}/lib \ -L${SDL}/lib -Wl,-rpath -Wl,${SDL}/lib \ - -lSDL_image -lSDL-1.1 -lSDLmain-1.1 -pthread -lpng + -lSDL_image -lSDL -lSDLmain -pthread -lpng prog: Release/54321-$(OPSYS) |