diff options
| author | Arthur Zamarin <arthurzam@gentoo.org> | 2025-03-08 18:06:45 +0200 |
|---|---|---|
| committer | Arthur Zamarin <arthurzam@gentoo.org> | 2025-03-08 18:41:53 +0200 |
| commit | 30290cf8e6e7736f226b8ac81499f3cda19a1f2f (patch) | |
| tree | 90b014c10c5b205cfcf7c5a452b36628e64be312 /llvm-runtimes/compiler-rt/compiler-rt-16.0.6-r6.ebuild | |
| parent | e9cf1b010522d204490a6249e3b665041c4a45f6 (diff) | |
| download | gentoo-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.ebuild | 4 |
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" ) |
