fix windows build scripts, add windows opus support

This commit is contained in:
HappyDOGE
2022-07-28 14:27:56 +03:00
parent 90cd6e0e15
commit 3faf6a69ac
149 changed files with 396 additions and 170 deletions
+1 -1
View File
@@ -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