Skip to content

Commit

Permalink
add cross file from dxvk
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristophHaag committed Apr 1, 2018
1 parent 85f611e commit 64ce994
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions build-win64.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
[binaries]
c = '/usr/bin/x86_64-w64-mingw32-gcc'
cpp = '/usr/bin/x86_64-w64-mingw32-g++'
ar = '/usr/bin/x86_64-w64-mingw32-ar'
strip = '/usr/bin/x86_64-w64-mingw32-strip'
exe_wrapper = 'wine'

[properties]
c_args = ['-Og', '-gdwarf-2']
c_link_args = ['-static', '-static-libgcc']

cpp_args = ['-Og', '-gdwarf-2']
cpp_link_args = ['-static', '-static-libgcc', '-static-libstdc++']

[host_machine]
system = 'windows'
cpu_family = 'x86_64'
cpu = 'x86_64'
endian = 'little'

0 comments on commit 64ce994

Please sign in to comment.