This commit is contained in:
Arnaud 2025-11-12 07:52:09 +01:00
parent 793e2982ba
commit 0d71e22054
No known key found for this signature in database
GPG Key ID: B8FBC178F10CA7AE

View File

@ -156,7 +156,7 @@ task libcodexDynamic, "Generate bindings":
let name = "libcodex"
buildLibrary name, "library/", params, "dynamic"
task libcodextatic, "Generate bindings":
task libcodexStatic, "Generate bindings":
var params = ""
when compiles(commandLineParams):
for param in commandLineParams():