Skip to content

Commit

Permalink
Really fix Linux build.
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDS committed Mar 3, 2014
1 parent 3dc4549 commit 59b07a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AMBuildScript
Expand Up @@ -319,9 +319,9 @@ class MMSConfig(object):
dynamic_libs = []
if builder.target_platform == 'linux':
compiler.linkflags[0:0] = ['-lm']
if sdk.name in ['css', 'hl2dm', 'dods', 'tf2', '2013', 'l4d2', 'dota']:
if sdk.name in ['css', 'hl2dm', 'dods', 'tf2', '2013', 'l4d2']:
dynamic_libs = ['libtier0_srv.so', 'libvstdlib_srv.so']
elif sdk.name in ['l4d', 'nd', 'blade', 'insurgency', 'csgo']:
elif sdk.name in ['l4d', 'nd', 'blade', 'insurgency', 'csgo', 'dota']:
dynamic_libs = ['libtier0.so', 'libvstdlib.so']
else:
dynamic_libs = ['tier0_i486.so', 'vstdlib_i486.so']
Expand Down

0 comments on commit 59b07a9

Please sign in to comment.