update the code

pull/1149/head
Ankit Jain 2 months ago
parent 9b44696a23
commit 23f72d65dc
  1. 6
      ios.sh

@ -12,9 +12,9 @@ if [ ! -x "$(command -v xcodebuild)" ]; then
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
source "${BASEDIR}"/scripts/function-${FFMPEG_KIT_BUILD_TYPE}.sh source "${BASEDIR}"/scripts/function-${FFMPEG_KIT_BUILD_TYPE}.sh
disabled_libraries=() disabled_libraries=()

Loading…
Cancel
Save