mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-24 22:14:36 +02:00
Explicitly target Windows 7 for mingw builds
This commit is contained in:
parent
3cf22f0395
commit
a7b46c0508
@ -17,4 +17,5 @@ RC={{ target_host }}-windres
|
||||
{% macro generate_conf(target_host) -%}
|
||||
tools.build:compiler_executables = {"c": "{{ target_host }}-gcc", "cpp": "{{ target_host }}-g++"}
|
||||
tools.build:sysroot = /usr/{{ target_host }}
|
||||
tools.build:defines = ["WINVER=0x0601", "_WIN32_WINNT=0x0601"]
|
||||
{%- endmacro -%}
|
Loading…
Reference in New Issue
Block a user