Skip to content

Commit a602c62

Browse files
committed
Update README with changed repository information
Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
1 parent 88d5702 commit a602c62

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# mingw-w64-libpython
1+
# crosskit-mingw-w64-libpython
22

33
This repository contains the pre-generated `libpython*.dll` import libraries
44
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:
4242
4343
```
4444
/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>
45+
--build=x86_64-build_pc-linux-gnu \
46+
--host=x86_64-w64-mingw32 \
47+
--target=arm-none-eabi \
48+
--prefix=<OUTDIR> \
4949
--with-python=${LIBPYTHON_KIT_ROOT}/bin/python
5050
```

0 commit comments

Comments
 (0)