mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-06 20:30:36 +08:00
engine: patch dedicated to build
This commit is contained in:
@@ -312,7 +312,7 @@ void SCR_CheckStartupVids()
|
||||
|
||||
}
|
||||
|
||||
void Sys_SetClipboardData( const byte *text, size_t size )
|
||||
void Sys_SetClipboardData( const char *text, size_t size )
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
4
wscript
4
wscript
@@ -55,7 +55,7 @@ def options(opt):
|
||||
|
||||
grp.add_option('--enable-bsp2', action = 'store_true', dest = 'SUPPORT_BSP2_FORMAT', default = False,
|
||||
help = 'build engine and renderers with BSP2 map support(recommended for Quake, breaks compability!)')
|
||||
|
||||
|
||||
opt.load('subproject')
|
||||
|
||||
opt.add_subproject(subdirs())
|
||||
@@ -115,7 +115,7 @@ def configure(conf):
|
||||
conf.env.BIT32_ALLOW64 = True
|
||||
conf.env.BIT32_MANDATORY = not conf.env.BIT32_ALLOW64
|
||||
conf.load('force_32bit')
|
||||
if conf.env.DEST_OS2 != 'android':
|
||||
if conf.env.DEST_OS2 != 'android' and not conf.options.DEDICATED:
|
||||
conf.load('sdl2')
|
||||
|
||||
linker_flags = {
|
||||
|
||||
Reference in New Issue
Block a user