aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2019-01-14 22:23:32 -0500
committerPaul Duncan <pabs@pablotron.org>2019-01-14 22:23:32 -0500
commit670c17276ab621b5a1645fd748fd85395c427497 (patch)
tree884666c05408fd29306a555f2ffc67c5195f8096
parent5da2b11fcf69d12b93ea73938ababdb98a749e40 (diff)
downloadsok-670c17276ab621b5a1645fd748fd85395c427497.tar.bz2
sok-670c17276ab621b5a1645fd748fd85395c427497.zip
add ./cross-w64-mingw32.txt
-rw-r--r--cross-w64-mingw32.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/cross-w64-mingw32.txt b/cross-w64-mingw32.txt
new file mode 100644
index 0000000..7af79e0
--- /dev/null
+++ b/cross-w64-mingw32.txt
@@ -0,0 +1,18 @@
+[binaries]
+c = '/usr/bin/x86_64-w64-mingw32-gcc'
+ar = '/usr/bin/x86_64-w64-mingw32-ar'
+strip = '/usr/bin/x86_64-w64-mingw32-strip'
+sdl2-config = '/usr/local/x86_64-w64-mingw32/bin/sdl2-config'
+pkgconfig = '/usr/bin/x86_64-w64-mingw32-pkg-config'
+exe_wrapper = 'wine'
+
+[properties]
+needs_exe_wrapper = true
+# c_args = ['-DCROSS=1', '-DSOMETHING=3']
+# c_link_args = ['-L/usr/local/x86_64-w64-mingw32/lib']
+
+[host_machine]
+system = 'windows'
+cpu_family = 'x86'
+cpu = 'x86_64'
+endian = 'little'