From 8a3372f81c76d14f661af65613a612fbbbe48777 Mon Sep 17 00:00:00 2001 From: Taner Sener Date: Sun, 10 Jan 2021 01:06:00 +0000 Subject: [PATCH] remove unused bash exports --- scripts/function-ios.sh | 1 - scripts/function-macos.sh | 1 - scripts/function-tvos.sh | 1 - 3 files changed, 3 deletions(-) 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