engine: patch dedicated to build

This commit is contained in:
Alibek Omarov 2019-07-27 15:36:24 +03:00
parent 53eb569216
commit b1f23f9ff6
2 changed files with 3 additions and 3 deletions

View File

@ -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 )
{
}

View File

@ -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 = {