From 75f36072e746fcc2f88876da940d78705bdc1156 Mon Sep 17 00:00:00 2001 From: stnava Date: Sun, 10 Nov 2024 15:10:25 -0500 Subject: [PATCH] COMP: apple build issue --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index db9bc9a..dde483d 100755 --- a/configure +++ b/configure @@ -48,7 +48,7 @@ else # just try gcc directly fi fi echo $OSTYPE $needVCL_CAN_STATIC_CONST_INIT_FLOAT -echo "PKG_CPPFLAGS= ${PKG_CPPFLAGS} -I\${ITK} -I\${PWD} -I\${myantssource}/Examples/include/ \ +echo "PKG_CPPFLAGS= ${PKG_CPPFLAGS} -I"/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1" -I\${ITK} -I\${PWD} -I\${myantssource}/Examples/include/ \ -I\${myantssource}/Utilities -I\${myantssource}/Examples/ -I../inst/include/ \ -I\${myantssource}/Tensor/ " >> Makevars