diff options
| author | ruki <[email protected]> | 2021-10-27 22:45:11 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-10-27 22:45:11 +0800 |
| commit | cc80af774a9426d7775be165adb4aa00d8569ed6 (patch) | |
| tree | 96254ab6f35f35668f9cbefdf386b666e8865aaa /xmake/modules/private/action/require/impl/package.lua | |
| parent | c871e3f603c6022c16659cca61f8995f29b5275e (diff) | |
impl nimble/install_package
Diffstat (limited to 'xmake/modules/private/action/require/impl/package.lua')
| -rw-r--r-- | xmake/modules/private/action/require/impl/package.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/private/action/require/impl/package.lua b/xmake/modules/private/action/require/impl/package.lua index 5a43de562..77c20648b 100644 --- a/xmake/modules/private/action/require/impl/package.lua +++ b/xmake/modules/private/action/require/impl/package.lua @@ -339,7 +339,7 @@ function _select_package_version(package, requireinfo, locked_requireinfo) version = "latest" source = "version" end - if not version then + if not version and not package:is_thirdparty() then raise("package(%s): version(%s) not found!", package:name(), require_version) end return version, source |
