Apple: Xcode 15 support
This commit is contained in:
parent
3d80a69b47
commit
8a93f5492e
@ -2215,6 +2215,7 @@
|
|||||||
ENABLE_HARDENED_RUNTIME = YES;
|
ENABLE_HARDENED_RUNTIME = YES;
|
||||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||||
"$(inherited)",
|
"$(inherited)",
|
||||||
|
_LIBCPP_ENABLE_CXX17_REMOVED_UNARY_BINARY_FUNCTION,
|
||||||
"RUN_IN_PLACE=0",
|
"RUN_IN_PLACE=0",
|
||||||
"USE_GETTEXT=1",
|
"USE_GETTEXT=1",
|
||||||
"USE_CURL=1",
|
"USE_CURL=1",
|
||||||
@ -2283,8 +2284,8 @@
|
|||||||
ENABLE_HARDENED_RUNTIME = YES;
|
ENABLE_HARDENED_RUNTIME = YES;
|
||||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||||
"$(inherited)",
|
"$(inherited)",
|
||||||
"COCOAPODS=1",
|
|
||||||
"NDEBUG=1",
|
"NDEBUG=1",
|
||||||
|
_LIBCPP_ENABLE_CXX17_REMOVED_UNARY_BINARY_FUNCTION,
|
||||||
"RUN_IN_PLACE=0",
|
"RUN_IN_PLACE=0",
|
||||||
"USE_GETTEXT=1",
|
"USE_GETTEXT=1",
|
||||||
"USE_CURL=1",
|
"USE_CURL=1",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash -e
|
#!/bin/bash -e
|
||||||
|
|
||||||
SDL2_VERSION=release-2.28.2
|
SDL2_VERSION=release-2.28.3
|
||||||
|
|
||||||
. scripts/sdk.sh
|
. scripts/sdk.sh
|
||||||
mkdir -p deps; cd deps
|
mkdir -p deps; cd deps
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash -e
|
#!/bin/bash -e
|
||||||
|
|
||||||
FREETYPE_VERSION=2.13.1
|
FREETYPE_VERSION=2.13.2
|
||||||
|
|
||||||
. scripts/sdk.sh
|
. scripts/sdk.sh
|
||||||
mkdir -p deps; cd deps
|
mkdir -p deps; cd deps
|
||||||
|
@ -29,6 +29,7 @@ rm templib_*.a
|
|||||||
|
|
||||||
mkdir -p ../luajit/include
|
mkdir -p ../luajit/include
|
||||||
cp -v src/*.h ../luajit/include
|
cp -v src/*.h ../luajit/include
|
||||||
|
cp -v ../luajit/include/luajit_rolling.h ../luajit/include/luajit.h
|
||||||
cp -v libluajit.a ../luajit
|
cp -v libluajit.a ../luajit
|
||||||
|
|
||||||
echo "LuaJIT build successful"
|
echo "LuaJIT build successful"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user