docs: Add windres to cross-compiling example

pull/13767/head
andy5995 1 month ago committed by Jussi Pakkanen
parent 9575ed30ab
commit 7cb36747f8
  1. 1
      docs/markdown/Cross-compilation.md

@ -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'

Loading…
Cancel
Save