diff options
author | Mattias Andrée <maandree@kth.se> | 2022-02-19 20:46:00 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2022-02-19 20:46:00 +0100 |
commit | 5e7f995002b11eceff088523840c7d8dea932247 (patch) | |
tree | 705b0f7ee2f8e243d37a8f92bf7523bb0bb7e741 /mk | |
parent | Bump version (diff) | |
download | libar2simplified-5e7f995002b11eceff088523840c7d8dea932247.tar.gz libar2simplified-5e7f995002b11eceff088523840c7d8dea932247.tar.bz2 libar2simplified-5e7f995002b11eceff088523840c7d8dea932247.tar.xz |
Fix linking for Windows
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'mk')
-rw-r--r-- | mk/windows.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/windows.mk b/mk/windows.mk index e9602e1..ae6fc0b 100644 --- a/mk/windows.mk +++ b/mk/windows.mk @@ -1,4 +1,4 @@ LIBEXT = dll -LIBFLAGS = -mdll +LIBFLAGS = -shared LIBMAJOREXT = $(LIB_MAJOR).$(LIBEXT) LIBMINOREXT = $(LIB_VERSION).$(LIBEXT) |