diff options
| -rw-r--r-- | xmake/core/project/config.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xmake/core/project/config.lua b/xmake/core/project/config.lua index f1a97da0c..0eb005bf6 100644 --- a/xmake/core/project/config.lua +++ b/xmake/core/project/config.lua @@ -291,6 +291,8 @@ function config.is_value(name, ...) return true end end + + return false end -- has the given configs? @@ -300,6 +302,8 @@ function config.has(...) return true end end + + return false end -- dump the configure |
