mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-08 12:53:53 +08:00
fixed: used wrong arch name for msbuild 32-bit config
This commit is contained in:
@@ -1197,7 +1197,7 @@ class InternalCommands:
|
||||
|
||||
return path
|
||||
|
||||
def run_vcbuild(self, generator, mode, solution, args='', dir='', config32='x86'):
|
||||
def run_vcbuild(self, generator, mode, solution, args='', dir='', config32='Win32'):
|
||||
import platform
|
||||
|
||||
# os_bits should be loaded with '32bit' or '64bit'
|
||||
|
||||
Reference in New Issue
Block a user