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