From 52f0c6c84d976528a53d4b65d105dcdd5d720ab6 Mon Sep 17 00:00:00 2001 From: Mathieu Schroeter Date: Tue, 7 Aug 2018 17:35:46 +0200 Subject: [PATCH] Fix build on macOS --- cmd.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd.sh.in b/cmd.sh.in index 8d159b7..290d858 100755 --- a/cmd.sh.in +++ b/cmd.sh.in @@ -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@"