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/register_packages.lua | |
| parent | 051264aa60973d3b7a1654412ea936e1da3a515c (diff) | |
support fetchonly
Diffstat (limited to 'xmake/modules/private/action/require/impl/register_packages.lua')
| -rw-r--r-- | xmake/modules/private/action/require/impl/register_packages.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/private/action/require/impl/register_packages.lua b/xmake/modules/private/action/require/impl/register_packages.lua index 21716bc3f..485da8770 100644 --- a/xmake/modules/private/action/require/impl/register_packages.lua +++ b/xmake/modules/private/action/require/impl/register_packages.lua @@ -68,7 +68,7 @@ end -- register the base info of required package function _register_required_package_base(instance, required_package) - if not instance:isSys() and not instance:is3rd() then + if not instance:is_system() and not instance:is_thirdparty() then required_package:set("__installdir", instance:installdir()) end end |
