add new and init to toolchain
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
# Build configuration surface for `brolang build` (v0).
|
||||
BuildConfig :: struct {
|
||||
name []u8
|
||||
source []u8
|
||||
libraries [][]u8
|
||||
lib_paths [][]u8
|
||||
includes [][]u8
|
||||
defines [][]u8
|
||||
links [][]u8
|
||||
}
|
||||
Reference in New Issue
Block a user