Skip to content

Commit

Permalink
docs: Add windres to cross-compiling example
Browse files Browse the repository at this point in the history
  • Loading branch information
andy5995 authored and jpakkane committed Oct 5, 2024
1 parent 9575ed3 commit 7cb3674
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/markdown/Cross-compilation.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ targeting 64-bit Windows could be:
c = 'x86_64-w64-mingw32-gcc'
cpp = 'x86_64-w64-mingw32-g++'
ar = 'x86_64-w64-mingw32-ar'
windres = 'x86_64-w64-mingw32-windres'
strip = 'x86_64-w64-mingw32-strip'
exe_wrapper = 'wine64'
Expand Down

0 comments on commit 7cb3674

Please sign in to comment.