From 52bb0fbf1fcee1d4a3f427d7216b6ef9007a0710 Mon Sep 17 00:00:00 2001 From: Andreas Zahnen Date: Sat, 12 Oct 2024 12:16:24 +0200 Subject: [PATCH] fix build --- libxtracfg/c/build.sh | 1 + 1 file changed, 1 insertion(+) 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