mxe/src/liblsmash-1.patch

14 lines
332 B
Diff

This file is part of MXE.
See index.html for further information.
--- a/configure
+++ b/configure
@@ -198,6 +198,7 @@
case "$TARGET_OS" in
*mingw*)
EXT=".exe"
+ SHARED_NAME="liblsmash-$MAJVER"
SHARED_EXT=".dll"
IMPLIB="liblsmash.dll.a"
SO_LDFLAGS="-shared -Wl,--out-implib,$IMPLIB"