mirror of
https://github.com/Relintai/broken_seals.git
synced 2024-12-21 13:16:49 +01:00
Added a use llvm option to the setup/build script.
This commit is contained in:
parent
fb36237635
commit
468284fc60
@ -262,6 +262,9 @@ if len(sys.argv) > 1:
|
||||
if 'win' in sys.platform:
|
||||
build_string = 'call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat" amd64&' + build_string
|
||||
|
||||
if 'o' in arg:
|
||||
build_string += 'use_llvm=yes'
|
||||
|
||||
if 'v' in arg:
|
||||
build_string += 'vsproj=yes'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user