projects
/
sigrok-util.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0bcd60
)
sigrok-cross-mingw: Use libpython32.a in fake python3.pc.
author
Uwe Hermann
<uwe@hermann-uwe.de>
Sun, 29 Jan 2017 18:28:05 +0000
(19:28 +0100)
committer
Uwe Hermann
<uwe@hermann-uwe.de>
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
patch
|
blob
|
history
diff --git
a/cross-compile/mingw/sigrok-cross-mingw
b/cross-compile/mingw/sigrok-cross-mingw
index 4873c27f990db7fe677e07053f833002a6c167c7..61fceaf717cc9bde55313e1249423725d2050eed 100755
(executable)
--- a/
cross-compile/mingw/sigrok-cross-mingw
+++ b/
cross-compile/mingw/sigrok-cross-mingw
@@
-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