diff --git a/scripts/function-ios.sh b/scripts/function-ios.sh index 7482305..d1b2803 100755 --- a/scripts/function-ios.sh +++ b/scripts/function-ios.sh @@ -394,7 +394,6 @@ set_toolchain_paths() { export CC="clang" export OBJC="$(xcrun --sdk "$(get_sdk_name)" -f clang)" export CXX="clang++" - export LIBTOOL="$(xcrun --sdk "$(get_sdk_name)" -f libtool)" LOCAL_ASMFLAGS="$(get_asmflags $1)" case ${ARCH} in diff --git a/scripts/function-macos.sh b/scripts/function-macos.sh index 031d473..0a6d4cf 100755 --- a/scripts/function-macos.sh +++ b/scripts/function-macos.sh @@ -315,7 +315,6 @@ set_toolchain_paths() { export CC="clang" export OBJC="$(xcrun --sdk "$(get_sdk_name)" -f clang)" export CXX="clang++" - export LIBTOOL="$(xcrun --sdk "$(get_sdk_name)" -f libtool)" LOCAL_ASMFLAGS="$(get_asmflags $1)" case ${ARCH} in diff --git a/scripts/function-tvos.sh b/scripts/function-tvos.sh index 53134ab..9430b18 100755 --- a/scripts/function-tvos.sh +++ b/scripts/function-tvos.sh @@ -360,7 +360,6 @@ set_toolchain_paths() { export CC="clang" export OBJC="$(xcrun --sdk "$(get_sdk_name)" -f clang)" export CXX="clang++" - export LIBTOOL="$(xcrun --sdk "$(get_sdk_name)" -f libtool)" LOCAL_ASMFLAGS="$(get_asmflags "$1")" case ${ARCH} in