diff options
author | Mattias Andrée <maandree@kth.se> | 2022-01-18 17:54:49 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2022-01-18 17:54:49 +0100 |
commit | edb70e343f3000dfef1f38583e88e74d1e71d804 (patch) | |
tree | 9c900264882428578bba81748c3a773faec6ebc0 /mk/windows.mk | |
parent | Fix typo: libar2_earse -> libar2_erase (diff) | |
download | libar2-edb70e343f3000dfef1f38583e88e74d1e71d804.tar.gz libar2-edb70e343f3000dfef1f38583e88e74d1e71d804.tar.bz2 libar2-edb70e343f3000dfef1f38583e88e74d1e71d804.tar.xz |
Improve portability
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-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) |