summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoaD Accumulator2023-10-31 01:05:45 +0100
committerLoaD Accumulator2023-10-31 01:05:45 +0100
commit6f54cdf62a5b1b5ff50b386a9df3687e1c7f0b52 (patch)
tree02ea8aadf084aafb66073291c39af8a00fd009f7
parent42e5c68a1de4deec99e8ad98b2490fc03349e0ad (diff)
downloadaur-6f54cdf62a5b1b5ff50b386a9df3687e1c7f0b52.tar.gz
[MOD] Now longer sets LD_LIBRARY_PATH
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index aa6c2a87a2ed..59c0854a7e89 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: LoaD Accumulator <lda@freetards.xyz>
pkgname=cytoplasm-git
pkgver=0.4.0
-pkgrel=1
+pkgrel=2
pkgdesc="The Telodendria core library"
arch=('i686' 'x86_64' 'aarch64')
url="https://git.telodendria.io/Telodendria/Cytoplasm"
@@ -23,7 +23,6 @@ build() {
# By default, it uses the c99 compiler instead of cc?????
export CC=cc
./configure --prefix=/usr --no-static
- export LD_LIBRARY_PATH="$PWD/out/lib"
make
}