Skip to content

Commit

Permalink
Merge branch 'fix-wgo-docbuild'
Browse files Browse the repository at this point in the history
  • Loading branch information
buggmagnet committed Sep 21, 2023
2 parents 455de91 + 164b225 commit d11c6b3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ios/build-wireguard-go.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
# Passed by Xcode
ACTION=$1

# Do normal builds when building documentation.
if [ "$ACTION" == "docbuild" ]; then
ACTION="build"
fi

if [ "$SOURCE_PACKAGES_PATH" == "" ]; then
# When archiving, Xcode sets the action to "install"
if [ "$ACTION" == "install" ]; then
Expand Down

0 comments on commit d11c6b3

Please sign in to comment.