From 23f72d65dc772a64b06e9dd9de9a6342aeb33e72 Mon Sep 17 00:00:00 2001 From: Ankit Jain Date: Tue, 8 Apr 2025 17:38:51 +0530 Subject: [PATCH] update the code --- ios.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ios.sh b/ios.sh index 3a520f0..153cafd 100755 --- a/ios.sh +++ b/ios.sh @@ -12,9 +12,9 @@ if [ ! -x "$(command -v xcodebuild)" ]; then fi # LOAD INITIAL SETTINGS -export BASEDIR="$(pwd)" -export FFMPEG_KIT_BUILD_TYPE="ios" -source "${BASEDIR}"/scripts/variable.sh +export BASEDIR="$(pwd)" +export FFMPEG_KIT_BUILD_TYPE="ios" +source "${BASEDIR}"/scripts/variable.sh source "${BASEDIR}"/scripts/function-${FFMPEG_KIT_BUILD_TYPE}.sh disabled_libraries=()