]> sigrok.org Git - sigrok-util.git/commitdiff
sigrok-cross-mingw: Use libpython32.a in fake python3.pc.
authorUwe Hermann <redacted>
Sun, 29 Jan 2017 18:28:05 +0000 (19:28 +0100)
committerUwe Hermann <redacted>
Sun, 29 Jan 2017 18:28:05 +0000 (19:28 +0100)
This avoids a libbz2 linking issue later on in the PulseView build.

Details:
https://github.com/mxe/mxe/issues/1642

Thanks to Tony Theodore for the help!

cross-compile/mingw/sigrok-cross-mingw

index 4873c27f990db7fe677e07053f833002a6c167c7..61fceaf717cc9bde55313e1249423725d2050eed 100755 (executable)
@@ -104,7 +104,7 @@ includedir=\${prefix}/include
 Name: Python
 Description: Python library
 Version: 3.2
-Libs: -L$PREFIX/Python32/libs -lpython32
+Libs: $PREFIX/Python32/libs/libpython32.a
 Cflags: -I$PREFIX/Python32/include
 EOF