/gist:bdd2e4b00706aad5d38b Secret
Created
March 24, 2015 11:01
Star
You must be signed in to star a gist
MinGW import lib fix
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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