Skip to content
Snippets Groups Projects
Verified Commit 229d84f3 authored by André's avatar André
Browse files

Windows: Remove unused function from build script

parent 9980d079
No related branches found
No related tags found
No related merge requests found
......@@ -72,12 +72,6 @@ function create_root {
build_pacman --noconfirm -S base
}
function download_install_dep () {
curl -o "${BUILD_ROOT}"/mingw-w64-"${ARCH}"-"$1"-any.pkg.tar.xz \
http://repo.msys2.org/mingw/"${ARCH}"/mingw-w64-"${ARCH}"-"$1"-any.pkg.tar.xz
build_pacman --noconfirm -U "${BUILD_ROOT}"/mingw-w64-"${ARCH}"-"$1"-any.pkg.tar.xz
}
function install_deps {
build_pacman --noconfirm -S mingw-w64-"${ARCH}"-"${PYTHON_ID}" \
mingw-w64-"${ARCH}"-"${PYTHON_ID}"-gobject \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment