Skip to content

Commit

Permalink
Fix windows build.
Browse files Browse the repository at this point in the history
  • Loading branch information
wojciech-graj committed Sep 3, 2022
1 parent 395aba5 commit 6554a99
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion util/winbuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ make -j8 windows
mkdir -p release/bin
cd release/bin
mv ../../$BIN_NAME $BIN_NAME
cp -r ../../res res
ldd $BIN_NAME | grep '\/mingw.*\.dll' -o | xargs -I{} cp "{}" .
cd ..
mkdir -p lib/gdk-pixbuf-2.0/2.10.0/loaders
Expand Down
2 changes: 1 addition & 1 deletion util/wininit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

pacman -Syu
pacman -S mingw-w64-x86_64-toolchain
pacman -S mingw-w64-x86_64-curl mingw-w64-x86_64-cglm mingw-w64-x86_64-gtk3 mingw-w64-x86_64-libepoxy make
pacman -S mingw-w64-x86_64-curl mingw-w64-x86_64-cglm mingw-w64-x86_64-gtk3 mingw-w64-x86_64-libepoxy make vim

0 comments on commit 6554a99

Please sign in to comment.