summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGrey Christoforo2018-10-15 18:07:31 +0100
committerGrey Christoforo2018-10-15 18:07:31 +0100
commit86c646acb3afa7e39a9e6b1f8e7b7a63f01a163d (patch)
tree2779be10ca7f507b534a8b1d98b7f3b98305073e /PKGBUILD
parentc23c99064d8e3a352f584fbfa7e6cd3a6ad2eade (diff)
downloadaur-86c646acb3afa7e39a9e6b1f8e7b7a63f01a163d.tar.gz
disable scripting
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a2d603e66a31..4eab6bcb5079 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -26,7 +26,7 @@ build() {
-DCMAKE_INSTALL_LIBDIR=lib \
-DUSE_WX_GRAPHICS_CONTEXT=OFF \
-DUSE_WX_OVERLAY=OFF \
- -DKICAD_SCRIPTING_ACTION_MENU=ON
+ -DKICAD_SCRIPTING_WXPYTHON=OFF
make
}