mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-07 17:29:36 +00:00
fix windows build scripts, add windows opus support
This commit is contained in:
@@ -56,6 +56,10 @@ def build(bld):
|
||||
'vcrmode.cpp',
|
||||
'win32consoleio.cpp'
|
||||
]
|
||||
if bld.env.DEST_CPU == 'amd64':
|
||||
source += [
|
||||
'InterlockedCompareExchange128.masm'
|
||||
]
|
||||
else:
|
||||
source += [
|
||||
'cpu_posix.cpp',
|
||||
|
||||
Reference in New Issue
Block a user