All the amisc binaries now build.
This commit is contained in:
@@ -6,6 +6,16 @@ bundle {
|
||||
clibrary {
|
||||
name = "string",
|
||||
srcs = { "./src/string/*.c" },
|
||||
deps = { "#headers" },
|
||||
deps = { "+headers" },
|
||||
}
|
||||
|
||||
clibrary {
|
||||
name = "object",
|
||||
srcs = { "./src/object/*.c" },
|
||||
deps = {
|
||||
"+headers",
|
||||
"h+local",
|
||||
"h+emheaders",
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user