mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-27 21:39:34 +00:00
Add WIN32 flag definition.
When switching to c++11, the WIN32 flags is no more automatically defined. So let's define it in the meson crossfile itself.
This commit is contained in:
@ -8,6 +8,8 @@ strip = '{toolchain.binaries[STRIP]}'
|
||||
[properties]
|
||||
c_link_args = {extra_libs!r}
|
||||
cpp_link_args = {extra_libs!r}
|
||||
c_args = {extra_cflags!r}
|
||||
cpp_args = {extra_cflags!r}
|
||||
|
||||
[host_machine]
|
||||
cpu_family = '{host_machine[cpu_family]}'
|
||||
|
Reference in New Issue
Block a user