python-windows: Don't hardcode arch in cross-file path

pull/174/head
Jeremy Rand 2 years ago
parent 75aac284e6
commit f42532efa2
No known key found for this signature in database
GPG Key ID: EB03139A459DD06E

@ -69,7 +69,7 @@ cp [% c('input_files_by_name/zlib-patch') %] /var/tmp/build/cross-python-[% c("c
cd /var/tmp/build/cross-python-[% c("cp_githash") %]
# Enter the build directory
LDFLAGS="-Wl,--no-insert-timestamp" meson.py -Dsource=../Python-[% c("version") %] --cross-file cross-files/x86_64-w64-mingw32.txt --prefix=$distdir builddir
LDFLAGS="-Wl,--no-insert-timestamp" meson.py -Dsource=../Python-[% c("version") %] --cross-file cross-files/[% c("arch") %]-w64-mingw32.txt --prefix=$distdir builddir
# cf. ./configure
ninja -C builddir
# cf. make

Loading…
Cancel
Save