Milestone 5: deliver embedded RDP sessions and lifecycle hardening
This commit is contained in:
16
third_party/FreeRDP/docs/mingw-example/toolchain/meson/i686.txt
vendored
Normal file
16
third_party/FreeRDP/docs/mingw-example/toolchain/meson/i686.txt
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
[binaries]
|
||||
c = 'i686-w64-mingw32-gcc'
|
||||
cpp = 'i686-w64-mingw32-g++'
|
||||
ar = 'i686-w64-mingw32-ar'
|
||||
ld = 'i686-w64-mingw32-ld'
|
||||
strip = 'i686-w64-mingw32-strip'
|
||||
|
||||
[host_machine]
|
||||
system = 'windows'
|
||||
cpu_family = 'x86'
|
||||
cpu = 'native'
|
||||
endian = 'little'
|
||||
|
||||
[properties]
|
||||
c_args = '-mno-avx512f'
|
||||
cpp_args = '-mno-avx512f'
|
||||
Reference in New Issue
Block a user