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:
parent
32976f2a42
commit
b666afe65f
@ -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@"
|
||||
|
Loading…
x
Reference in New Issue
Block a user