diff options
| author | ruki <[email protected]> | 2018-09-30 11:46:06 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2018-09-30 11:46:06 +0800 |
| commit | eb47c9efc487ac55da8d8ecaf9d9bb9534376a19 (patch) | |
| tree | a3b7232e5142c4d81a75dc3fa2f67cd27ebbad80 /xmake/actions/require/impl/package.lua | |
| parent | d003fe0a57e65fe71a2853bd6a33aa9d1c42636c (diff) | |
add prefix module to package
Diffstat (limited to 'xmake/actions/require/impl/package.lua')
| -rw-r--r-- | xmake/actions/require/impl/package.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/actions/require/impl/package.lua b/xmake/actions/require/impl/package.lua index fc67ea232..8bafb6041 100644 --- a/xmake/actions/require/impl/package.lua +++ b/xmake/actions/require/impl/package.lua @@ -517,7 +517,7 @@ function remove_packages(requires, opt) if os.isfile(instance:prefixfile()) then -- uninstall package from the prefix directory - action.install.uninstall_prefix(instance) + action.prefix.uninstall(instance) -- remove the install files os.tryrm(instance:installdir()) |
