mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-09 20:29:10 +02:00
Initial commit with project skeleton
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
[binaries]
|
||||
c = 'winegcc'
|
||||
cpp = 'wineg++'
|
||||
ar = 'ar'
|
||||
strip = 'strip'
|
||||
|
||||
[properties]
|
||||
c_args=['-m64']
|
||||
cpp_args=['-m64']
|
||||
cpp_link_args=['-m64', '-mwindows']
|
||||
needs_exe_wrapper = true
|
||||
|
||||
[host_machine]
|
||||
system = 'linux'
|
||||
cpu_family = 'x86_64'
|
||||
cpu = 'x86_64'
|
||||
endian = 'little'
|
||||
Reference in New Issue
Block a user