diff options
| author | ruki <[email protected]> | 2021-04-13 23:14:02 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-04-13 23:14:02 +0800 |
| commit | daba45f8fe5736f18b1af82c9bca2da7c2835da8 (patch) | |
| tree | 76e0e81589444df62f88fc612c6dd3bd42b52e5b /xmake/modules/package/manager/apt/find_package.lua | |
| parent | 4f53a6256240a4ba3266b8e7a837fde357f6eced (diff) | |
improve find_package
Diffstat (limited to 'xmake/modules/package/manager/apt/find_package.lua')
| -rw-r--r-- | xmake/modules/package/manager/apt/find_package.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/package/manager/apt/find_package.lua b/xmake/modules/package/manager/apt/find_package.lua index 1eb1720ed..f27968c0e 100644 --- a/xmake/modules/package/manager/apt/find_package.lua +++ b/xmake/modules/package/manager/apt/find_package.lua @@ -40,7 +40,7 @@ function main(name, opt) -- find dpkg local dpkg = find_tool("dpkg") if not dpkg then - raise("dpkg not found!") + return end -- find package |
