mirror of
https://github.com/love2d/love.git
synced 2026-08-12 08:30:56 +02:00
android: fix compilation
This commit is contained in:
@@ -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())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user