aboutsummaryrefslogtreecommitdiffstats
path: root/mk
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2022-01-18 17:54:52 +0100
committerMattias Andrée <maandree@kth.se>2022-01-18 17:54:52 +0100
commit35a01a7c5cf578e1620b415bdb31d40e35ca2c1d (patch)
tree86cfddb41b6e82f363852bc7a1e25d2279e0e012 /mk
parentFix libblake_blake2[sn]_digest_get_required_input_size for 0 input (diff)
downloadlibblake-35a01a7c5cf578e1620b415bdb31d40e35ca2c1d.tar.gz
libblake-35a01a7c5cf578e1620b415bdb31d40e35ca2c1d.tar.bz2
libblake-35a01a7c5cf578e1620b415bdb31d40e35ca2c1d.tar.xz
Improve portability
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'mk')
-rw-r--r--mk/windows.mk2
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)