wscript: remove libm linking to static public, it's useless. Correct include path order

This commit is contained in:
Alibek Omarov
2019-03-20 02:40:47 +03:00
parent 4880ca3ca2
commit f3a2f46fb3
3 changed files with 5 additions and 6 deletions

View File

@@ -89,7 +89,8 @@ def build(bld):
if bld.env.DEST_OS == 'linux':
libs.append('RT')
includes = ['common', 'server', 'client', 'client/vgui', '.', '../common', '../public', '../pm_shared' ]
# HACK: public headers must be put before common, so we don't get wrong mathlib included
includes = ['common', 'server', 'client', 'client/vgui', '.', '../public', '../common', '../pm_shared' ]
if bld.env.SINGLE_BINARY:
bld(