Milestone 5: deliver embedded RDP sessions and lifecycle hardening
This commit is contained in:
15
third_party/FreeRDP/scripts/mingw-meson.conf
vendored
Normal file
15
third_party/FreeRDP/scripts/mingw-meson.conf
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
[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'
|
||||
exe_wrapper = 'wine64'
|
||||
|
||||
[host_machine]
|
||||
system = 'windows'
|
||||
cpu_family = 'x86_64'
|
||||
cpu = 'x86_64'
|
||||
endian = 'little'
|
||||
|
||||
[properties]
|
||||
sysroot = '/usr/x86_64-w64-mingw32'
|
||||
Reference in New Issue
Block a user