New build flag: -define:foo=123

This commit is contained in:
gingerBill
2019-02-23 23:21:27 +00:00
parent a9ab90bd24
commit 2878cd8241
4 changed files with 120 additions and 35 deletions
+2
View File
@@ -110,6 +110,8 @@ struct BuildContext {
gbAffinity affinity;
isize thread_count;
Map<ExactValue> defined_values; // Key:
};