diff --git a/libxtracfg/c/build.sh b/libxtracfg/c/build.sh index 84c8ad2..8477773 100755 --- a/libxtracfg/c/build.sh +++ b/libxtracfg/c/build.sh @@ -26,6 +26,7 @@ echo "test" # static if [ "$PLATFORM" = "darwin" ]; then #clang -I./ -L./ -Wl,-framework,CoreServices -ldl -lpthread -Wl,-framework,Foundation -o test ../test/main.c ./libxtracfg.a +echo "test temporarily disabled on macOS" else clang -I./ -L./ -ldl -lpthread -o test ../test/main.c ./libxtracfg.a fi