# # jhbuildrc # cross build to x86_64-w64-mingw32 (MinGW-w64 64bit) # cross_target = "cross to MINGW64 x86_64" os.environ['HOST'] = 'x86_64-w64-mingw32' # and include common stuff execfile('jhbuildrc.include')