@nativescript/ios 9.0.0-alpha.5 → 9.0.0-alpha.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
Binary file
|
|
@@ -59,7 +59,6 @@ printf "Generating metadata..."
|
|
|
59
59
|
GEN_METADATA $TARGET_ARCH
|
|
60
60
|
DELETE_SWIFT_MODULES_DIR
|
|
61
61
|
|
|
62
|
-
# Resolve linker robustly and avoid executing an empty command.
|
|
63
62
|
function resolve_clang() {
|
|
64
63
|
# 1) If NS_LD is set and executable, honor it.
|
|
65
64
|
if [[ -n "$NS_LD" && -x "$NS_LD" ]]; then
|
|
@@ -112,4 +111,4 @@ fi
|
|
|
112
111
|
|
|
113
112
|
# For visibility downstream, set NS_LD to the resolved path and invoke.
|
|
114
113
|
NS_LD="$CLANG_PATH"
|
|
115
|
-
"$NS_LD" "$@"
|
|
114
|
+
"$NS_LD" "$@"
|