android: fix compilation

This commit is contained in:
Sasha Szpakowski
2026-04-17 23:30:32 -03:00
parent 36341ed9f7
commit 347006f67d
+1 -1
View File
@@ -972,7 +972,7 @@ int extloader(lua_State *L)
#ifdef LOVE_ANDROID
// Specifically Android, look the library path based on getCRequirePath first
filepath = love::android::getCRequirePath());
filepath = love::android::getCRequirePath();
if (!filepath.empty())
{