summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorUffe Jakobsen2023-01-02 14:39:22 +0100
committerUffe Jakobsen2023-01-02 14:39:22 +0100
commit3e316a70ec3afe8713c49479d5a8f73f250d9dad (patch)
treee2e1675f6a3a8935093fc59206bea27008cb9581 /PKGBUILD
parent35a06efd78fcedca65bedc5f3609a1da20644e02 (diff)
downloadaur-3e316a70ec3afe8713c49479d5a8f73f250d9dad.tar.gz
After changes on codelite master branch - use CL_PREFIX to prevent installation into /usr/local
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7ed9fc541772..aadd9e118af3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@
pkgname=codelite-git
_gitname=codelite
-pkgver=16.7.0.r1.g38f75a2cc
+pkgver=16.7.0.r74.g768c73af4
pkgrel=1
pkgdesc="Cross platform IDE for C, C++, Rust, Python, PHP and Node.js written in C++"
arch=('i686' 'x86_64' 'aarch64')
@@ -101,6 +101,7 @@ build() {
cmake -G "Unix Makefiles" \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_LIBDIR=lib \
+ -DCL_PREFIX=/usr \
-DWITH_PCH=0 \
-DWITH_WX_CONFIG="${WX_CONFIG}" \
-DWITH_NATIVEBOOK=1 \