diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2021-09-24 18:06:14 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2021-09-24 21:47:42 +0200 |
commit | ef7ab06044c155e4728e5e30e3262de2bb40cb29 (patch) | |
tree | 3277f3c95f36565c960c968c1bd9ec8e4d63c9e2 /src/libctor.h | |
parent | ecfc610acff6a9359ae5e7f0b225c5b26b189591 (diff) |
Fix re-compilation of library itself after boostrap. Add support for supplying libctor lib and include paths.
Diffstat (limited to 'src/libctor.h')
-rw-r--r-- | src/libctor.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libctor.h b/src/libctor.h index 70c62a8..6903c6b 100644 --- a/src/libctor.h +++ b/src/libctor.h @@ -71,6 +71,9 @@ constexpr auto build_cc = "build-cc"; constexpr auto build_cxx = "build-cpp"; constexpr auto build_ar = "build-ar"; constexpr auto build_ld = "build-ld"; + +constexpr auto ctor_includedir = "ctor-includedir"; +constexpr auto ctor_libdir = "ctor-libdir"; } const std::map<std::string, std::string>& configuration(); |