engine: wscript: remove non-actual comment line about include dirs order
This commit is contained in:
parent
762d57fd88
commit
80a806aaad
1 changed files with 0 additions and 1 deletions
|
@ -140,7 +140,6 @@ def build(bld):
|
||||||
'client/vgui/*.c',
|
'client/vgui/*.c',
|
||||||
'client/avi/*.c'])
|
'client/avi/*.c'])
|
||||||
|
|
||||||
# HACK: public headers must be put before SDK common, so we don't get wrong mathlib included
|
|
||||||
includes = ['common', 'server', 'client', 'client/vgui', '.', '../public', '../common', '../pm_shared' ]
|
includes = ['common', 'server', 'client', 'client/vgui', '.', '../public', '../common', '../pm_shared' ]
|
||||||
|
|
||||||
if bld.env.SINGLE_BINARY:
|
if bld.env.SINGLE_BINARY:
|
||||||
|
|
Loading…
Add table
Reference in a new issue