Compare commits
2 Commits
57972dbcc5
...
7053db117d
| Author | SHA1 | Date | |
|---|---|---|---|
| 7053db117d | |||
| e8c582a69f |
@@ -1,3 +1,9 @@
|
|||||||
# xmake-repo
|
# xmake-repo
|
||||||
|
|
||||||
Contains various unofficial packages
|
Contains various unofficial packages
|
||||||
|
|
||||||
|
# Test
|
||||||
|
|
||||||
|
```sh
|
||||||
|
xmake l scripts/test.lua --shallow -vD
|
||||||
|
```
|
||||||
@@ -2,7 +2,7 @@ package("splib")
|
|||||||
set_description("The splib package")
|
set_description("The splib package")
|
||||||
|
|
||||||
add_urls("https://git.ale-pri.com/Persson-dev/Simple-Protocol-Lib.git")
|
add_urls("https://git.ale-pri.com/Persson-dev/Simple-Protocol-Lib.git")
|
||||||
add_versions("v1.0.0", "...")
|
add_versions("v1.0.0", "db0c5f324570bfa071e182537b9a96664770446a")
|
||||||
|
|
||||||
add_configs("shared", {description = "Build shared library.", default = false, type = "boolean"})
|
add_configs("shared", {description = "Build shared library.", default = false, type = "boolean"})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user