diff options
author | LoaD Accumulator | 2023-10-31 01:05:45 +0100 |
---|---|---|
committer | LoaD Accumulator | 2023-10-31 01:05:45 +0100 |
commit | 6f54cdf62a5b1b5ff50b386a9df3687e1c7f0b52 (patch) | |
tree | 02ea8aadf084aafb66073291c39af8a00fd009f7 | |
parent | 42e5c68a1de4deec99e8ad98b2490fc03349e0ad (diff) | |
download | aur-6f54cdf62a5b1b5ff50b386a9df3687e1c7f0b52.tar.gz |
[MOD] Now longer sets LD_LIBRARY_PATH
-rw-r--r-- | PKGBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 } |