mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-08 09:49:36 +00:00
WIP: fix compilation issues
This commit is contained in:
+2
-1
@@ -43,6 +43,7 @@ def build(bld):
|
||||
|
||||
includes = [
|
||||
'.',
|
||||
'../public',
|
||||
'../shared',
|
||||
'../../utils/common',
|
||||
'../shared/econ',
|
||||
@@ -50,7 +51,7 @@ def build(bld):
|
||||
'../../common',
|
||||
'../../public/tier0',
|
||||
'../../public/tier1',
|
||||
'../../public'
|
||||
'../../public',
|
||||
]
|
||||
|
||||
defines = []
|
||||
|
||||
Reference in New Issue
Block a user