diff options
| -rw-r--r-- | xmake/core/base/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/base/xmake.lua b/xmake/core/base/xmake.lua index 8aab7cdd8..2b41e9a9d 100644 --- a/xmake/core/base/xmake.lua +++ b/xmake/core/base/xmake.lua @@ -64,7 +64,7 @@ end -- is embed? function xmake.is_embed() - return xmake._EMBED + return xmake._EMBED or false end -- get command arguments |
