diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2023-01-19 14:22:51 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2023-01-19 14:22:51 +0100 |
commit | 3cbadb8f5c55020ece96fab0fc8f4f51da01888e (patch) | |
tree | 8c2bf1a8bd5426c6f99cf91d1811a10f3999a477 /ctor.cc | |
parent | 79c11f3dbaad391633c2678e85eeaba267df5ee1 (diff) |
Make extension deduction architecture-aware.
Diffstat (limited to 'ctor.cc')
-rw-r--r-- | ctor.cc | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -10,7 +10,6 @@ ctor::build_configurations ctorConfigs(const ctor::settings& settings) return { { - .type = ctor::target_type::static_library, .target = "libctor.a", .sources = { "src/build.cc", |