1
0
mirror of https://github.com/alliedmodders/metamod-source.git synced 2025-02-20 13:54:14 +01:00

add iconv as sdk2013 depends on it

This commit is contained in:
Maksim Smolin 2019-01-22 17:31:21 -08:00
parent c2420c0f17
commit 628cae7065

View File

@ -382,7 +382,7 @@ class MMSConfig(object):
else:
dynamic_libs = ['tier0_i486.so', 'vstdlib_i486.so']
elif builder.target.platform == 'mac':
# binary.compiler.linkflags.append('-liconv') # todo: I imagine we need this, but the Makefile didnt
binary.compiler.linkflags.append('-liconv')
dynamic_libs = ['libtier0.dylib', 'libvstdlib.dylib']
elif builder.target.platform == 'windows':
# todo: verify this for MSVC support