mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-08 01:39:36 +00:00
fix windows build scripts, add windows opus support
This commit is contained in:
@@ -42,7 +42,7 @@ def sdl2_configure_path(conf, path):
|
||||
]
|
||||
libpath = 'lib'
|
||||
if conf.env.COMPILER_CC == 'msvc':
|
||||
if conf.env.DEST_CPU == 'x86_64':
|
||||
if conf.env.DEST_CPU in ['x86_64', 'amd64']:
|
||||
libpath = 'lib/x64'
|
||||
else:
|
||||
libpath = 'lib/' + conf.env.DEST_CPU
|
||||
|
||||
Reference in New Issue
Block a user