更新 packages/s/str/xmake.lua
This commit is contained in:
parent
3c4159356c
commit
2c6cf6c11e
@ -1,8 +1,8 @@
|
||||
package("str")
|
||||
set_description("基于 C++26/23 与模块的现代字符串库 | Modern String Library Built with C++26/23 and Modules")
|
||||
|
||||
add_urls("https://github.com/myrepo/foo.git")
|
||||
|
||||
on_install(function(package)
|
||||
import("package.tools.xmake").install(package, {})
|
||||
end)
|
||||
package("str")
|
||||
set_description("基于 C++26/23 与模块的现代字符串库 | Modern String Library Built with C++26/23 and Modules")
|
||||
|
||||
add_urls("https://github.com/KeqingMoe/str.git")
|
||||
|
||||
on_install(function(package)
|
||||
import("package.tools.xmake").install(package, {})
|
||||
end)
|
||||
|
Loading…
Reference in New Issue
Block a user