~ salmonella-environment-setup (master) 9841b5e989832773ec8fa632ee9244ea272c2a7f


commit 9841b5e989832773ec8fa632ee9244ea272c2a7f
Author:     Mario Domenech Goulart <mario@parenteses.org>
AuthorDate: Thu Apr 1 19:59:44 2021 +0200
Commit:     Mario Domenech Goulart <mario@parenteses.org>
CommitDate: Thu Apr 1 19:59:44 2021 +0200

    shell-settings/linux: add settings for wiki

diff --git a/conf/shell-settings/linux/settings.sh b/conf/shell-settings/linux/settings.sh
index cf915db..4eb1103 100644
--- a/conf/shell-settings/linux/settings.sh
+++ b/conf/shell-settings/linux/settings.sh
@@ -4,3 +4,6 @@ export BVSPIS_PATH=/usr/local/bvspis
 export LC_ALL=C
 export LANG=C
 # JAVA_HOME will be set in ARCH-specific settings.sh file
+
+export KIWI_LDLIBS="-L/usr/local/lib -lKiWi"
+export KIWI_CFLAGS="-I/usr/local/include/KiWi"
Trap