|
@@ -9,7 +9,8 @@ if [ -z ${2+x} ]; then BUILD_TAGS=""; else BUILD_TAGS="$2"; fi
|
|
|
# Note:
|
|
# Note:
|
|
|
# clangwrap.sh needs to be updated when the Go version changes.
|
|
# clangwrap.sh needs to be updated when the Go version changes.
|
|
|
# The last version was:
|
|
# The last version was:
|
|
|
-# https://github.com/golang/go/blob/go1.14.4/misc/ios/clangwrap.sh.
|
|
|
|
|
|
|
+# https://github.com/golang/go/blob/go1.14.4/misc/ios/clangwrap.sh
|
|
|
|
|
+# - with a patch to lower -mios-version-min to 7.0
|
|
|
GO_VERSION_REQUIRED="1.14.4"
|
|
GO_VERSION_REQUIRED="1.14.4"
|
|
|
|
|
|
|
|
BASE_DIR=$(cd "$(dirname "$0")" ; pwd -P)
|
|
BASE_DIR=$(cd "$(dirname "$0")" ; pwd -P)
|