mirror of
https://gitlab.com/xonotic/xonotic
synced 2025-02-09 23:20:13 +00:00
add an option to force 32bit binaries to be included: if a variable XONOTIC_INCLUDE_32BIT is not empty.
This commit is contained in:
parent
2b49f72720
commit
2d5442578e
@ -75,6 +75,7 @@ set excludes=%excludes% --exclude=/fteqcc/fteqcc.osx
|
||||
|
||||
if "%ProgramFiles(x86)%" == "" goto bit32
|
||||
:bit64
|
||||
if "%XONOTIC_INCLUDE_32BIT%" != "" goto endbit
|
||||
set excludes=%excludes% --exclude=/xonotic.exe
|
||||
set excludes=%excludes% --exclude=/xonotic-sdl.exe
|
||||
set excludes=%excludes% --exclude=/xonotic-dedicated.exe
|
||||
|
Loading…
Reference in New Issue
Block a user