Skip to content

Commit

Permalink
Fix iOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
OFFTKP committed Aug 28, 2024
1 parent a08d635 commit 64778f8
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 64778f8

Please sign in to comment.