Skip to content

Commit

Permalink
fix: SDKROOT issue on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
reaver-flomesh authored Jun 14, 2024
1 parent c9c649e commit 3ea56a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ elif [[ "$OSTYPE" == "darwin"* ]]; then
RESULT=$PHYS_DIR/$TARGET_FILE
PIPY_DIR=$(dirname $RESULT)
OS_NAME=macos
export SDKROOT=$(xcrun --show-sdk-path)
fi

# Number of processors to build.
Expand Down

0 comments on commit 3ea56a2

Please sign in to comment.