installable works, although it's a bit kludgy. Change the : separator to +
because : is special in make and non of the others I could think of would work.
This commit is contained in:
@@ -6,6 +6,6 @@ bundle {
|
||||
clibrary {
|
||||
name = "string",
|
||||
srcs = { "./src/string/*.c" },
|
||||
deps = { ":headers" },
|
||||
deps = { "#headers" },
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user