diff options
| author | ruki <[email protected]> | 2021-03-12 00:41:28 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-03-12 00:41:28 +0800 |
| commit | e963699a72d351970cbd31246b601a9731e006a5 (patch) | |
| tree | 743f2729bade415410695fa2b18b5dc7dd0fdf6c /xmake/modules/private/action/require/impl/actions/install.lua | |
| parent | 051264aa60973d3b7a1654412ea936e1da3a515c (diff) | |
support fetchonly
Diffstat (limited to 'xmake/modules/private/action/require/impl/actions/install.lua')
| -rw-r--r-- | xmake/modules/private/action/require/impl/actions/install.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/private/action/require/impl/actions/install.lua b/xmake/modules/private/action/require/impl/actions/install.lua index e280d0cec..91cee4ba3 100644 --- a/xmake/modules/private/action/require/impl/actions/install.lua +++ b/xmake/modules/private/action/require/impl/actions/install.lua @@ -146,7 +146,7 @@ function main(package) -- install the third-party package directly, e.g. brew::pcre2/libpcre2-8, conan::OpenSSL/1.0.2n@conan/stable local installed_now = false - if package:is3rd() then + if package:is_thirdparty() then local script = package:script("install") if script ~= nil then filter.call(script, package) |
