summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 30f5434189b1..cdb9b8db773a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -52,7 +52,7 @@ prepare(){
build() {
cd OCP
- CONDA_PREFIX=/usr PYTHONPATH=pywrap python -m bindgen \
+ PYTHONPATH=pywrap python -m bindgen \
--clean \
--libclang "$(ldconfig -p | grep 'libclang.so$' | awk '{print $NF}')" \
--include "$(clang -print-resource-dir)"/include \