From f42532efa2afead5f99ccf05ded3162fd7d71362 Mon Sep 17 00:00:00 2001 From: Jeremy Rand Date: Fri, 6 May 2022 00:59:53 +0000 Subject: [PATCH] python-windows: Don't hardcode arch in cross-file path --- projects/python-windows/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/python-windows/build b/projects/python-windows/build index 6aaea85..e5d0b0a 100644 --- a/projects/python-windows/build +++ b/projects/python-windows/build @@ -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