diff options
Diffstat (limited to 'src/ctor.h')
| -rw-r--r-- | src/ctor.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -21,7 +21,9 @@ enum class target_type executable, static_library, - dynamic_library, + shared_library, + dynamic_library = shared_library, + module, object, unit_test, unit_test_library, |
