mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-07-01 22:25:17 +02:00
Attempt to fix macOS autobuild
(cherry picked from commit 2cb0a75e57d6149c12c653914473d5ff556260fe)
This commit is contained in:
parent
852db6233c
commit
dceb81aa77
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,8 @@ LIBDIR := $(BUILD_PREFIX)/lib
|
|||
INCLUDEDIR := $(BUILD_PREFIX)/include
|
||||
DOWNLOADS := ${PWD}/downloads/$(HOST)
|
||||
NPROC := $(shell sysctl -n hw.ncpu)
|
||||
CFLAGS := -I$(INCLUDEDIR) $(TARGETFLAGS) $(DEFINES) -O3
|
||||
# Explicitly including freetype2 dir for now. macOS is having weird issues with ft2build.h
|
||||
CFLAGS := -I$(INCLUDEDIR) -I$(INCLUDEDIR)/freetype2 $(TARGETFLAGS) $(DEFINES) -O3
|
||||
LDFLAGS := -L$(LIBDIR)
|
||||
CC := clang -arch $(ARCH)
|
||||
PKG_CONFIG_LIBDIR := $(BUILD_PREFIX)/lib/pkgconfig
|
||||
|
|
Loading…
Add table
Reference in a new issue