summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVladislav Nepogodin2022-07-06 21:37:41 +0400
committerVladislav Nepogodin2022-07-06 21:37:41 +0400
commit2cdde6f4d009a4a1c74a963c30ab06f5c4003e6b (patch)
tree669ebd3da170b14b7d36f7855a341417f122d399
parent944688993f865a873932de83f78b0eb72fd5f862 (diff)
downloadaur-2cdde6f4d009a4a1c74a963c30ab06f5c4003e6b.tar.gz
🚧 fix path
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2afcc2d7814c..7b2ce4c1c7d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -123,7 +123,7 @@ build() {
# Build libgccjit separately, to avoid building all compilers with --enable-host-shared
# which brings a performance penalty
- cd "${srcdir}"/libgccrsjit-build
+ cd "${srcdir}"/libgccjit-build
"$srcdir/gccrs/configure" \
--enable-languages=jit \