diff options
| author | ruki <[email protected]> | 2025-09-09 23:18:32 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-09-09 23:18:32 +0800 |
| commit | a0c14f1bced28c8f9cfafa20bcf7146ff3de3345 (patch) | |
| tree | 7b005bb932d1e4f3d41c102172ea64ff14413b31 | |
| parent | b955555506146d36457e969b21961d4bc9686bfb (diff) | |
improve is_embed
| -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 |
