mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-07-16 06:19:58 +00:00
Fixing builds 4/?
This commit is contained in:
parent
d91d1379d6
commit
675fdca47d
@ -59,7 +59,6 @@ def build(bld):
|
||||
'../../public/chunkfile.cpp',
|
||||
'../../public/filesystem_helpers.cpp',
|
||||
'../../public/filesystem_init.cpp',
|
||||
'../../filesystem/linux_support.cpp',
|
||||
]
|
||||
|
||||
if bld.env.DEST_OS == 'win32' and False:
|
||||
@ -73,6 +72,10 @@ def build(bld):
|
||||
# '../../public/scratchpad3d.cpp',
|
||||
]
|
||||
|
||||
if bld.env.DEST_OS != 'win32':
|
||||
source += [
|
||||
'../../filesystem/linux_support.cpp',
|
||||
]
|
||||
includes = [
|
||||
'.',
|
||||
'../common',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user