2
0
mirror of https://github.com/FWGS/xash3d-fwgs synced 2024-12-23 17:25:24 +01:00

engine: wscript: remove non-actual comment line about include dirs order

This commit is contained in:
Alibek Omarov 2020-04-25 21:26:38 +03:00
parent 762d57fd88
commit 80a806aaad

View File

@ -140,7 +140,6 @@ def build(bld):
'client/vgui/*.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' ]
if bld.env.SINGLE_BINARY: