about summary refs log tree commit diff
path: root/xlint
diff options
context:
space:
mode:
authorPiotr Wójcik <chocimier@tlen.pl>2018-10-31 19:08:29 +0100
committerToyam Cox <aviator45003@gmail.com>2018-10-31 15:50:29 -0400
commit4e8802e93188128a3faf03fcc29a79e1595ec7f5 (patch)
tree91c87e1e62095c8548c4bf888ec33de9ccf38d82 /xlint
parent744274dbe1b0a8b3d726b7402812a8f9b7fb20d2 (diff)
downloadxtools-4e8802e93188128a3faf03fcc29a79e1595ec7f5.tar.gz
xtools-4e8802e93188128a3faf03fcc29a79e1595ec7f5.tar.xz
xtools-4e8802e93188128a3faf03fcc29a79e1595ec7f5.zip
xlint: correct pycompile_* variables order
Diffstat (limited to 'xlint')
-rwxr-xr-xxlint2
1 files changed, 2 insertions, 0 deletions
diff --git a/xlint b/xlint
index cc85f25..f696f8e 100755
--- a/xlint
+++ b/xlint
@@ -54,6 +54,8 @@ variables_order() {
 			meson_cmd=*) curr_index=10;;
 			meson_crossfile=*) curr_index=10;;
 			perl_configure_dirs=*) curr_index=10;;
+			pycompile_dirs=*) curr_index=10;;
+			pycompile_module=*) curr_index=10;;
 			python_versions=*) curr_index=10;;
 			stackage=*) curr_index=10;;
 			hostmakedepends=*) curr_index=11;;