mirror of
https://github.com/blupi-games/planetblupi-dev
synced 2024-12-30 13:55:36 +01:00
Fix build on macOS
This commit is contained in:
parent
106dcf346c
commit
52f0c6c84d
@ -6,7 +6,7 @@ export LIBRARY_PATH="@CMAKE_BINARY_DIR@/lib"
|
||||
export BINARY_PATH="@CMAKE_BINARY_DIR@/bin"
|
||||
export CPPFLAGS="$CPPFLAGS -I$INCLUDE_PATH"
|
||||
|
||||
if [ "@ISAPPLE@" = "1" ]; then
|
||||
if [ "@APPLE@" = "1" ]; then
|
||||
export LDFLAGS="$LDFLAGS @CMD_LDFLAGS@"
|
||||
export CXXFLAGS="$CXXFLAGS @CMD_CXXFLAGS@"
|
||||
export CFLAGS="$CFLAGS @CMD_CFLAGS@"
|
||||
|
Loading…
x
Reference in New Issue
Block a user