update the code

pull/1148/head
Ankit Jain 2 months ago
parent 1639f564a3
commit 9b44696a23
  1. 2
      ios.sh

@ -11,7 +11,7 @@ if [ ! -x "$(command -v xcodebuild)" ]; then
exit 1 exit 1
fi fi
# LOAD INITIAL SETTINGS # LOAD INITIAL SETTINGS
export BASEDIR="$(pwd)" export BASEDIR="$(pwd)"
export FFMPEG_KIT_BUILD_TYPE="ios" export FFMPEG_KIT_BUILD_TYPE="ios"
source "${BASEDIR}"/scripts/variable.sh source "${BASEDIR}"/scripts/variable.sh

Loading…
Cancel
Save