mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-07 22:02:12 +08:00

Change-Id: I331522a09257d4ae787893ff72c270886c1aa210 Reviewed-by: Sébastien Blin <sebastien.blin@savoirfairelinux.com>
24 lines
462 B
Plaintext
24 lines
462 B
Plaintext
[host_machine]
|
|
system = 'windows'
|
|
cpu_family = 'x86_64'
|
|
cpu = 'x86_64'
|
|
endian = 'little'
|
|
|
|
[binaries]
|
|
c = 'x86_64-w64-mingw32-gcc'
|
|
cpp = 'x86_64-w64-mingw32-g++'
|
|
ar = 'x86_64-w64-mingw32-ar'
|
|
strip = 'x86_64-w64-mingw32-strip'
|
|
pkgconfig = 'x86_64-w64-mingw32-pkg-config'
|
|
windres = 'x86_64-w64-mingw32-windres'
|
|
|
|
[properties]
|
|
|
|
#sys_root = ''
|
|
#pkg_config_libdir = ''
|
|
#c_args = ['']
|
|
#c_link_args = ['']
|
|
#cpp_args = ['']
|
|
#cpp_link_args = ['']
|
|
#needs_exe_wrapper = true
|