mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-21 19:45:10 +00:00
Small improvement
This commit is contained in:
parent
5ac1d0c65d
commit
33a6256999
1 changed files with 4 additions and 2 deletions
6
Makefile
6
Makefile
|
@ -1520,8 +1520,10 @@ APP_CONTENTS_DIR = $(APP_DIR)/Contents
|
||||||
APP_MACOS_DIR = $(APP_CONTENTS_DIR)/MacOS
|
APP_MACOS_DIR = $(APP_CONTENTS_DIR)/MacOS
|
||||||
APP_RESOURCES_DIR = $(APP_CONTENTS_DIR)/Resources
|
APP_RESOURCES_DIR = $(APP_CONTENTS_DIR)/Resources
|
||||||
|
|
||||||
GLEW_LIB := $(shell find `brew --prefix`/Cellar/glew | grep libGLEW.2.2.0 | sort -n | uniq)
|
ifeq ($(OSX_BUILD),1)
|
||||||
SDL2_LIB := $(shell find `brew --prefix`/Cellar/sdl2 | grep libSDL2- | sort -n | uniq)
|
GLEW_LIB := $(shell find `brew --prefix`/Cellar/glew | grep libGLEW.2.2.0 | sort -n | uniq)
|
||||||
|
SDL2_LIB := $(shell find `brew --prefix`/Cellar/sdl2 | grep libSDL2- | sort -n | uniq)
|
||||||
|
endif
|
||||||
|
|
||||||
all:
|
all:
|
||||||
@if [ "$(USE_APP)" = "0" ]; then \
|
@if [ "$(USE_APP)" = "0" ]; then \
|
||||||
|
|
Loading…
Reference in a new issue