macos: Fix build.

This commit is contained in:
Cory McWilliams 2025-01-02 14:20:58 -05:00
parent 16ce7fbc7b
commit 7d9e0f4080

View File

@ -42,7 +42,7 @@
struct backtrace_state* g_backtrace_state; struct backtrace_state* g_backtrace_state;
#if !defined(TARGET_OS_IPHONE) #if !TARGET_OS_IPHONE
static const char* _get_db_path() static const char* _get_db_path()
{ {
const char* k_db_path_default = "db.sqlite"; const char* k_db_path_default = "db.sqlite";