diff options
author | Mattias Andrée <maandree@kth.se> | 2022-02-19 22:54:27 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2022-02-19 22:54:27 +0100 |
commit | 00c76ec9332555992f3ff181c985b526eece0637 (patch) | |
tree | a3710191c276eb525a0c4570810f180fceddbb41 /mk/windows.mk | |
parent | m print-syntax.c (diff) | |
download | libparser-00c76ec9332555992f3ff181c985b526eece0637.tar.gz libparser-00c76ec9332555992f3ff181c985b526eece0637.tar.bz2 libparser-00c76ec9332555992f3ff181c985b526eece0637.tar.xz |
Update makefile
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | mk/windows.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mk/windows.mk b/mk/windows.mk index e9602e1..ed5ec8d 100644 --- a/mk/windows.mk +++ b/mk/windows.mk @@ -1,4 +1,6 @@ LIBEXT = dll -LIBFLAGS = -mdll +LIBFLAGS = -shared LIBMAJOREXT = $(LIB_MAJOR).$(LIBEXT) LIBMINOREXT = $(LIB_VERSION).$(LIBEXT) + +FIX_INSTALL_NAME = : |