Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
azahnen committed Oct 12, 2024
1 parent 4af7495 commit 52bb0fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libxtracfg/c/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 52bb0fb

Please sign in to comment.