fix kissCache flag handling

This commit is contained in:
2024-10-27 15:17:11 -05:00
parent ffe623f88c
commit 93565a0f51
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

@@ -1,3 +1,5 @@
AsyncDSLScript*.json
bin/
.DS_Store
*.bak
.kissCache.json

View File

@@ -3,8 +3,8 @@
KISS_TARGET=${KISS_TARGET:-$1}
KISS_TARGET=${KISS_TARGET:-interp}
FLAGS="-D kissCache" # for testing AsyncEmbeddedScript
if [ -n "$CI_OS_NAME" ]; then
FLAGS="-D kissCache" # for testing AsyncEmbeddedScript
lix download
fi