Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
azahnen committed Oct 11, 2024
1 parent c1ad8a9 commit 6994d7c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libxtracfg/c/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ PLATFORM=$(uname -s | tr '[:upper:]' '[:lower:]' )
EXT=$([ "$PLATFORM" = "darwin" ] && echo "dylib" || echo "so")

echo "platform: ${PLATFORM}"
echo $(whereis ar)
echo $(clang --version)

mkdir -p ${OUT_DIR}

Expand Down

0 comments on commit 6994d7c

Please sign in to comment.