diff options
| author | gingerBill <bill@gingerbill.org> | 2019-02-23 23:21:27 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2019-02-23 23:21:27 +0000 |
| commit | 2878cd8241d6cbb57a7a2f927be7407d11ad80d8 (patch) | |
| tree | 9c1f961de032d9cda8bd118d833727f8e6334d52 /src/build_settings.cpp | |
| parent | a9ab90bd2488783c3523fa30315f9754937fd52e (diff) | |
New build flag: -define:foo=123
Diffstat (limited to 'src/build_settings.cpp')
| -rw-r--r-- | src/build_settings.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/build_settings.cpp b/src/build_settings.cpp index ca9a77902..d7b85644d 100644 --- a/src/build_settings.cpp +++ b/src/build_settings.cpp @@ -110,6 +110,8 @@ struct BuildContext { gbAffinity affinity; isize thread_count; + + Map<ExactValue> defined_values; // Key: }; |