mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-18 20:15:35 -04:00
quick fix so mobile build downloads aren't broken
This commit is contained in:
parent
3a643efc24
commit
aade5b41c7
@ -845,12 +845,12 @@ static cc_result Process_RawGetExePath(char* path, int* len) {
|
||||
/*########################################################################################################################*
|
||||
*--------------------------------------------------------Updater----------------------------------------------------------*
|
||||
*#########################################################################################################################*/
|
||||
cc_bool Updater_Supported = true;
|
||||
#if defined CC_BUILD_ANDROID
|
||||
/* implemented in Platform_Android.c */
|
||||
#elif defined CC_BUILD_IOS
|
||||
/* implemented in interop_ios.m */
|
||||
#else
|
||||
cc_bool Updater_Supported = true;
|
||||
cc_bool Updater_Clean(void) { return true; }
|
||||
|
||||
#if defined CC_BUILD_RPI
|
||||
|
Loading…
x
Reference in New Issue
Block a user