mirror of
https://github.com/celisej567/source-engine.git
synced 2026-01-03 05:49:41 +03:00
fix windows build scripts, add windows opus support
This commit is contained in:
@@ -31,6 +31,11 @@ def build(bld):
|
||||
source += [
|
||||
'processutils.cpp'
|
||||
]
|
||||
if bld.env.DEST_CPU == 'amd64':
|
||||
source += [
|
||||
'coroutine_win64.masm',
|
||||
'GetStackPtr64.masm'
|
||||
]
|
||||
|
||||
includes = [
|
||||
'.',
|
||||
|
||||
Reference in New Issue
Block a user