echo -e "Specify environment variables as VARIABLE=VALUE to override default build options.\n"
display_help_options " -l, --lts\t\t\tbuild lts packages to support API 16+ devices\n --api-level=api\t\toverride Android api level\n --toolchain=path\t\toverride the default (llvm) toolchain path\n --no-ffmpeg-kit-protocols\tdisable custom ffmpeg-kit protocols (saf)"
display_help_options " -l, --lts\t\t\tbuild lts packages to support API 16+ devices\n --jobs=N\t\t\tnumber of jobs to run [auto]\n --api-level=api\t\toverride Android api level [24]\n --toolchain=path\t\toverride the default (llvm) toolchain path\n --no-ffmpeg-kit-protocols\tdisable custom ffmpeg-kit protocols (saf) [no]"
@ -27,7 +27,7 @@ libraries are created under the prebuilt folder.\n"
echo -e "Usage: ./$COMMAND [OPTION]...\n"
echo -e "Specify environment variables as VARIABLE=VALUE to override default build options.\n"
display_help_options " -x, --xcframework\t\tbuild xcframework bundles instead of framework bundles"" -l, --lts build lts packages to support sdk 10+ devices"" --target=ios sdk version\t\t\toverride minimum deployment target [12.1]"" --mac-catalyst-target=ios sdk version\toverride minimum deployment target for mac catalyst [14.0]"
display_help_options " -x, --xcframework\t\tbuild xcframework bundles instead of framework bundles"" -l, --lts build lts packages to support sdk 10+ devices\n --jobs=N\t\t\t\t\tnumber of jobs to run [auto]"" --target=ios sdk version\t\t\toverride minimum deployment target [12.1]"" --mac-catalyst-target=ios sdk version\toverride minimum deployment target for mac catalyst [14.0]"
@ -19,7 +19,7 @@ When compilation ends, libraries are created under the prebuilt folder.\n"
echo -e "Usage: ./$COMMAND [OPTION]...\n"
echo -e "Specify environment variables as VARIABLE=VALUE to override default build options.\n"
display_help_options " -x, --xcframework\t\tbuild xcframework bundles instead of framework bundles"" -l, --lts build lts packages to support sdk 10.12+ devices"" --target=macos sdk version\toverride minimum deployment target [10.15]"
display_help_options " -x, --xcframework\t\tbuild xcframework bundles instead of framework bundles"" -l, --lts build lts packages to support sdk 10.12+ devices\n --jobs=N\t\t\t\tnumber of jobs to run [auto]"" --target=macos sdk version\toverride minimum deployment target [10.15]"
@ -20,7 +20,7 @@ set explicitly. When compilation ends, libraries are created under the prebuilt
echo -e "Usage: ./$COMMAND [OPTION]...\n"
echo -e "Specify environment variables as VARIABLE=VALUE to override default build options.\n"
display_help_options " -x, --xcframework\t\tbuild xcframework bundles instead of framework bundles"" -l, --lts build lts packages to support sdk 10.0+ devices"" --target=tvos sdk version\toverride minimum deployment target [11.0]"
display_help_options " -x, --xcframework\t\tbuild xcframework bundles instead of framework bundles"" -l, --lts build lts packages to support sdk 10.0+ devices\n --jobs=N\t\t\tnumber of jobs to run [auto]"" --target=tvos sdk version\toverride minimum deployment target [11.0]"