summaryrefslogtreecommitdiff
path: root/llvm-runtimes/compiler-rt/compiler-rt-16.0.6-r6.ebuild
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2025-03-08 18:06:45 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2025-03-08 18:41:53 +0200
commit30290cf8e6e7736f226b8ac81499f3cda19a1f2f (patch)
tree90b014c10c5b205cfcf7c5a452b36628e64be312 /llvm-runtimes/compiler-rt/compiler-rt-16.0.6-r6.ebuild
parente9cf1b010522d204490a6249e3b665041c4a45f6 (diff)
downloadgentoo-30290cf8e6e7736f226b8ac81499f3cda19a1f2f.tar.gz
gentoo-30290cf8e6e7736f226b8ac81499f3cda19a1f2f.tar.bz2
gentoo-30290cf8e6e7736f226b8ac81499f3cda19a1f2f.zip
llvm-runtimes/compiler-rt: fix UnquotedVariable [QA]
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'llvm-runtimes/compiler-rt/compiler-rt-16.0.6-r6.ebuild')
-rw-r--r--llvm-runtimes/compiler-rt/compiler-rt-16.0.6-r6.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm-runtimes/compiler-rt/compiler-rt-16.0.6-r6.ebuild b/llvm-runtimes/compiler-rt/compiler-rt-16.0.6-r6.ebuild
index 05967cd6a6dd..185a15ac82f4 100644
--- a/llvm-runtimes/compiler-rt/compiler-rt-16.0.6-r6.ebuild
+++ b/llvm-runtimes/compiler-rt/compiler-rt-16.0.6-r6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -152,7 +152,7 @@ src_configure() {
-DDARWIN_macosx_CACHED_SYSROOT="${EPREFIX}/MacOSX.sdk"
# Set version based on the SDK in EPREFIX.
# This disables i386 for SDK >= 10.15
- -DDARWIN_macosx_OVERRIDE_SDK_VERSION="$(realpath ${EPREFIX}/MacOSX.sdk | sed -e 's/.*MacOSX\(.*\)\.sdk/\1/')"
+ -DDARWIN_macosx_OVERRIDE_SDK_VERSION="$(realpath "${EPREFIX}/MacOSX.sdk" | sed -e 's/.*MacOSX\(.*\)\.sdk/\1/')"
# Use our libtool instead of looking it up with xcrun
-DCMAKE_LIBTOOL="${EPREFIX}/usr/bin/${CHOST}-libtool"
)