mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-07-22 23:55:20 +02:00
define AL_LIBTYPE_STATIC when necessary on Windows
This commit is contained in:
parent
056f4dcf0c
commit
73cac7695d
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ if build_static == true
|
|||
explicit_libs += 'libfreetype;libbz2;libharfbuzz;libgraphite2;'
|
||||
explicit_libs += 'libjpeg;libpng;libtiff;libwebp;liblzma;libzstd;'
|
||||
global_link_args += '-static'
|
||||
global_args += '-DAL_LIBTYPE_STATIC'
|
||||
endif
|
||||
|
||||
foreach l : explicit_libs.split(';')
|
||||
|
|
Loading…
Add table
Reference in a new issue