summaryrefslogtreecommitdiff
path: root/src/ctor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ctor.h')
-rw-r--r--src/ctor.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ctor.h b/src/ctor.h
index 8b86aec..29c8f6d 100644
--- a/src/ctor.h
+++ b/src/ctor.h
@@ -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,