fix target.threaded in kiss conditional compilation

This commit is contained in:
2022-09-29 22:02:11 +00:00
parent e8eaf111db
commit 60d5f88b1c

View File

@@ -180,7 +180,7 @@ class Macros {
// object, I don't know how to get it // object, I don't know how to get it
conditionInterp.variables["target"] = { conditionInterp.variables["target"] = {
threaded: threaded:
#if target.threaded #if (cs || neko || cpp || java || python || hl)
true true
#else #else
false false