summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJérôme Leclercq <[email protected]>2023-03-03 16:45:05 +0100
committerGitHub <[email protected]>2023-03-03 16:45:05 +0100
commit42ab75a7b2d2553cea8f5e797a51b226c146c376 (patch)
tree4228eb8dd385cd34925645799680d011680baf60
parenta5f69f3a6a915471561d9b2382ad5fefe893cac9 (diff)
Update find_package.lua
-rw-r--r--xmake/modules/package/manager/cargo/find_package.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/package/manager/cargo/find_package.lua b/xmake/modules/package/manager/cargo/find_package.lua
index 577fbf253..ee17ac7ec 100644
--- a/xmake/modules/package/manager/cargo/find_package.lua
+++ b/xmake/modules/package/manager/cargo/find_package.lua
@@ -31,7 +31,7 @@ import("lib.detect.find_file")
--
-- e.g.
-- sdl2 -> libsdl2
--- obj-rs -> libobj
+-- future-util -> libfuture_util
function _get_libname(name)
return "lib" .. name:gsub("-", "_")
end