mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-08-24 15:53:45 +02:00
12 lines
313 B
Makefile
12 lines
313 B
Makefile
ARCH := arm64
|
|
HOST := aarch64-apple-darwin
|
|
MINIMUM_REQUIRED := 11.0
|
|
|
|
SDL_FLAGS := ${SDL_FLAGS}
|
|
SDL2_IMAGE_FLAGS := ${SDL2_IMAGE_FLAGS}
|
|
SDL2_TTF_FLAGS := ${SDL2_TTF_FLAGS}
|
|
OPENAL_FLAGS := -DALSOFT_CPUEXT_NEON=no ${OPENAL_FLAGS}
|
|
OPENSSL_FLAGS := darwin64-$(ARCH)-cc
|
|
RUBY_FLAGS := ${RUBY_FLAGS}
|
|
|
|
include common.make
|