Convert spaces to tabs in dist.sh
This commit is contained in:
2
dist.sh
2
dist.sh
@@ -197,9 +197,7 @@ xcframework()
|
||||
generate_projects # if needed
|
||||
echo "Executing task: " ${FUNCNAME[ 0 ]} "(" $1 ")"
|
||||
UPPERCASE_CONFIG="$(tr '[:lower:]' '[:upper:]' <<< ${1:0:1})${1:1}"
|
||||
|
||||
OUTPUT_DIR=$(pwd)/lib/$1
|
||||
|
||||
cd $XCODE_MACOS_PROJ_DIR
|
||||
xcodebuild -target zt -configuration "$UPPERCASE_CONFIG" -sdk "macosx"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user