summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2021-10-06 19:08:20 +0200
committerMichel Zou2021-10-06 19:08:20 +0200
commitce8fe74eb5f7f2b46a0ac20f80b5ea91ffe50e4d (patch)
treecf8b7d38a62fc0ae323f04e2f95ec37dacadbe15 /PKGBUILD
parenta52880345c7ee10e6b00bf766bd0f26bea5504ac (diff)
downloadaur-ce8fe74eb5f7f2b46a0ac20f80b5ea91ffe50e4d.tar.gz
gendef
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 0 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 96262e9fece3..884d8efc4b5b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -37,10 +37,8 @@ build() {
fi
mkdir -p "build-${_arch}" && pushd "build-${_arch}"
bsdtar -xf "${srcdir}"/python-${pkgver}-embed-${target}.zip
- gendef python3.dll
gendef python${_pybasever}.dll
${_arch}-dlltool --dllname python${_pybasever}.dll --def python${_pybasever}.def --output-lib libpython${_pybasever}.dll.a
- ${_arch}-dlltool --dllname python3.dll --def python3.def --output-lib libpython3.dll.a
sed "s|@TRIPLE@|${_arch}|g;s|@PYVER@|${_pybasever}|g" "${srcdir}"/wine-python.sh > ${_arch}-python${_pybasever}-bin
popd
done