Skip to content

Instantly share code, notes, and snippets.

@cygx
Created March 24, 2015 11:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cygx/bdd2e4b00706aad5d38b to your computer and use it in GitHub Desktop.
Save cygx/bdd2e4b00706aad5d38b to your computer and use it in GitHub Desktop.
MinGW import lib fix
diff --git a/build/setup.pm b/build/setup.pm
index f99a22d..25fe433 100755
--- a/build/setup.pm
+++ b/build/setup.pm
@@ -386,6 +386,8 @@ our %OS_MINGW32 = (
moarshared => '',
ldrpath => '',
+ sharedlib => 'lib@moardll@.a',
+
-thirdparty => {
%{$OS_WIN32{-thirdparty}},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment