debian - dpkg-buildpackage using x86_64-w64-mingw32 toolchain -


i want build program windows in debian system using x86_64-w64-mingw32 toolset. program depends on libssl-dev, i'd need first build debian package install libssl.dll in system.

i'd like: apt source libssl-dev dpkg-buildpackage

i don't know how tell dpkg use toolchain x86_64-w64-mingw32 build crossplatform

is there standard or known way of doing this? thanks


Comments