diff options
| author | ruki <[email protected]> | 2023-03-02 22:44:50 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-03-02 22:44:50 +0800 |
| commit | 43d78bb9720b30b86408bed2a25feff2a9b14cd2 (patch) | |
| tree | 83dc5f3cba01e726cabf750e0068e6e3bd1926ec /xmake/modules/private/action/require/impl/package.lua | |
| parent | 38a4a383cd9df2ec732ccd78194666cd97299050 (diff) | |
add multiplat tests
Diffstat (limited to 'xmake/modules/private/action/require/impl/package.lua')
| -rw-r--r-- | xmake/modules/private/action/require/impl/package.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/modules/private/action/require/impl/package.lua b/xmake/modules/private/action/require/impl/package.lua index 01236d4e1..79801d675 100644 --- a/xmake/modules/private/action/require/impl/package.lua +++ b/xmake/modules/private/action/require/impl/package.lua @@ -167,7 +167,6 @@ function _load_require(require_str, requires_extra, parentinfo) "verify", "external", "private", "build", "configs", "version") for name, value in pairs(require_extra) do if not extra_options:has(name) then - print("not found") wprint("add_requires(\"%s\") has unknown option: {%s=%s}!", require_str, name, tostring(value)) end end |
