summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmake/rules/rust/build/cxxbridge.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/rules/rust/build/cxxbridge.lua b/xmake/rules/rust/build/cxxbridge.lua
index 1fc9b3778..735018e87 100644
--- a/xmake/rules/rust/build/cxxbridge.lua
+++ b/xmake/rules/rust/build/cxxbridge.lua
@@ -23,7 +23,7 @@ import("core.base.option")
import("lib.detect.find_tool")
function main(target, batchcmds, sourcefile, opt)
- local cxxbridge = assert(find_tool("cxxbridge"), "cxxbridge not found, please run `cargo install cxxbridge` to install it first!")
+ local cxxbridge = assert(find_tool("cxxbridge"), "cxxbridge not found, please run `cargo install cxxbridge-cmd` to install it first!")
-- get c/c++ source file for cxxbridge
local headerfile = path.join(target:autogendir(), "rules", "cxxbridge", path.basename(sourcefile) .. ".rs.h")