mirror of
https://github.com/w23/xash3d-fwgs
synced 2024-12-15 05:29:51 +01:00
engine: patch dedicated to build
This commit is contained in:
parent
53eb569216
commit
b1f23f9ff6
@ -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 )
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
2
wscript
2
wscript
@ -115,7 +115,7 @@ def configure(conf):
|
|||||||
conf.env.BIT32_ALLOW64 = True
|
conf.env.BIT32_ALLOW64 = True
|
||||||
conf.env.BIT32_MANDATORY = not conf.env.BIT32_ALLOW64
|
conf.env.BIT32_MANDATORY = not conf.env.BIT32_ALLOW64
|
||||||
conf.load('force_32bit')
|
conf.load('force_32bit')
|
||||||
if conf.env.DEST_OS2 != 'android':
|
if conf.env.DEST_OS2 != 'android' and not conf.options.DEDICATED:
|
||||||
conf.load('sdl2')
|
conf.load('sdl2')
|
||||||
|
|
||||||
linker_flags = {
|
linker_flags = {
|
||||||
|
Loading…
Reference in New Issue
Block a user