Skip to content

Commit

Permalink
Fix iOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
OFFTKP authored and skylersaleh committed Aug 29, 2024
1 parent 4390b6e commit 08eb7a1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/cloud.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ const char* se_get_pref_path();
#include <emscripten.h>
#endif

#ifdef SE_PLATFORM_IOS
extern "C" {
#include "ios_support.h"
}
#endif

static bool pending_login = false;
static bool pending_logout = false;

Expand Down

0 comments on commit 08eb7a1

Please sign in to comment.