mirror of
https://github.com/radareorg/radare2.git
synced 2025-03-06 13:29:46 +00:00
msvc compile with /MT to include redistributables into binaries
This commit is contained in:
parent
e9c8a88beb
commit
ec6ac26e8b
@ -48,6 +48,8 @@ if host_machine.system() == 'windows'
|
||||
#platform_deps = [cc.find_library('ws2_32')]
|
||||
platform_inc = include_directories(['.','../libr/include','../libr/include/msvc'])
|
||||
host_os = 'windows'
|
||||
# Add /MT flag to add necessary runtimes into libraries/executables.
|
||||
add_global_arguments('/MT', language: 'c')
|
||||
endif
|
||||
|
||||
# load plugin configuration
|
||||
|
Loading…
x
Reference in New Issue
Block a user