summaryrefslogtreecommitdiff
path: root/jhbuildrc.x86_64-w64-mingw32
diff options
context:
space:
mode:
Diffstat (limited to 'jhbuildrc.x86_64-w64-mingw32')
-rw-r--r--jhbuildrc.x86_64-w64-mingw3210
1 files changed, 10 insertions, 0 deletions
diff --git a/jhbuildrc.x86_64-w64-mingw32 b/jhbuildrc.x86_64-w64-mingw32
new file mode 100644
index 0000000..97f8daf
--- /dev/null
+++ b/jhbuildrc.x86_64-w64-mingw32
@@ -0,0 +1,10 @@
+#
+# 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')