1
0
mirror of https://github.com/blupi-games/planetblupi-dev synced 2024-12-30 13:55:36 +01:00

Export SDKROOT in order to fix build on Catalina

This commit is contained in:
Mathieu Schroeter 2019-10-17 11:19:44 +02:00
parent 32976f2a42
commit b666afe65f

View File

@ -7,6 +7,7 @@ export BINARY_PATH="@CMAKE_BINARY_DIR@/bin"
export CPPFLAGS="$CPPFLAGS -I$INCLUDE_PATH"
if [ "@APPLE@" = "1" ]; then
export SDKROOT="@CMAKE_OSX_SYSROOT@"
export LDFLAGS="$LDFLAGS @CMD_LDFLAGS@"
export CXXFLAGS="$CXXFLAGS @CMD_CXXFLAGS@"
export CFLAGS="$CFLAGS @CMD_CFLAGS@"