Add +build ignore tag

This commit is contained in:
gingerBill
2020-10-15 16:25:57 +01:00
parent 5a28a7e0f5
commit 289908e0b8
2 changed files with 29 additions and 21 deletions
+1
View File
@@ -128,6 +128,7 @@ struct AstPackage {
String name;
String fullpath;
Array<AstFile *> files;
bool is_single_file;
// NOTE(bill): Created/set in checker
Scope * scope;