11 lines
204 B
Plaintext
11 lines
204 B
Plaintext
# Build configuration surface for `brolang build` (v0).
|
|
BuildConfig :: struct {
|
|
name []u8
|
|
source []u8
|
|
libraries [][]u8
|
|
lib_paths [][]u8
|
|
includes [][]u8
|
|
defines [][]u8
|
|
links [][]u8
|
|
}
|