diff options
| author | gingerBill <bill@gingerbill.org> | 2018-03-23 15:23:31 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2018-03-23 15:23:31 +0000 |
| commit | 5660f98cc374c268e29a0b337b56702fca755c43 (patch) | |
| tree | 1b4cd20a847fd59e2b771cc93eef23aa41834203 /src/build_settings.cpp | |
| parent | 5bf0f9d630f16287f7977bbec1d85af9bcb432cf (diff) | |
| parent | dc30e7a2003c5f58e05e524e795c793e64b978a2 (diff) | |
Merge branch 'master' of https://github.com/odin-lang/Odin
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 11f52d258..f01b6a3ad 100644 --- a/src/build_settings.cpp +++ b/src/build_settings.cpp @@ -16,6 +16,8 @@ struct BuildContext { String command; String out_filepath; + String resource_filepath; + bool has_resource; String opt_flags; String llc_flags; String link_flags; |