summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGrey Christoforo2021-01-12 19:47:37 +0100
committerGrey Christoforo2021-01-12 19:47:37 +0100
commit265710194686b2133c72233f6df5c6ca0a80bb29 (patch)
tree066e0abffcad72a0eba4d07d79eeb4676a43c880 /PKGBUILD
parentece36dc91f12016979071546ed7b779649963b8b (diff)
downloadaur-265710194686b2133c72233f6df5c6ca0a80bb29.tar.gz
no longer need conda prefix
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 \