Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions depends/windows/mingw/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,10 @@ execute_process(COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/usr/bin/bash.exe -lc
"pacman --noconfirm -Syuu")
execute_process(COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/usr/bin/bash.exe -lc
"pacman --noconfirm -Syuu \
mingw-w64-cross-binutils \
${HOST}-gcc ${HOST}-lua \
${HOST}-headers \
gcc \
make \
autoconf \
automake \
libtool \
pkg-config \
nasm \
yasm \
patch")

file(GLOB_RECURSE shared_libs ${CMAKE_CURRENT_SOURCE_DIR}/${MINGW_PATH}/*.dll.a)
Expand Down
2 changes: 1 addition & 1 deletion depends/windows/mingw/mingw.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4013a9d5e51b448343efc24fc6a324cc999bb96b4c01b13a6bd3c661bb5c8a82
fa75120560563a311241c05882016978bd35612692c7f0d39815a27837bff27d
2 changes: 1 addition & 1 deletion depends/windows/mingw/mingw.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
mingw https://github.com/msys2/msys2-installer/releases/download/2021-07-25/msys2-base-x86_64-20210725.tar.xz
mingw https://github.com/msys2/msys2-installer/releases/download/2023-10-26/msys2-base-x86_64-20231026.tar.xz
Loading