We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88d5702 commit a602c62Copy full SHA for a602c62
README.md
@@ -1,4 +1,4 @@
1
-# mingw-w64-libpython
+# crosskit-mingw-w64-libpython
2
3
This repository contains the pre-generated `libpython*.dll` import libraries
4
and headers for the MinGW-w64, in order to facilitate Linux-to-Windows cross
@@ -42,9 +42,9 @@ Follow the steps below to generate a new cross `libpython` kit:
42
43
```
44
/usr/local/src/gdb-9.1/configure \
45
- --build=x86_64-build_pc-linux-gnu
46
- --host=x86_64-w64-mingw32
47
- --target=arm-none-eabi
48
- --prefix=<OUTDIR>
+ --build=x86_64-build_pc-linux-gnu \
+ --host=x86_64-w64-mingw32 \
+ --target=arm-none-eabi \
+ --prefix=<OUTDIR> \
49
--with-python=${LIBPYTHON_KIT_ROOT}/bin/python
50
0 commit comments