Skip to content

Commit

Permalink
windows-cross.ini: add windres compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
Traneptora committed Apr 24, 2023
1 parent 8c6e012 commit a9abbe4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions windows-cross.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ c = 'x86_64-w64-mingw32-gcc'
ar = 'x86_64-w64-mingw32-ar'
strip = 'x86_64-w64-mingw32-strip'
ranlib = 'x86_64-w64-mingw32-ranlib'
windres = 'x86_64-w64-mingw32-windres'
exe_wrapper = 'wine64'

[host_machine]
Expand Down

0 comments on commit a9abbe4

Please sign in to comment.