mirror of
https://github.com/love2d/megasource.git
synced 2026-08-12 08:30:59 +02:00
Remove Oboe from sources.
LOVE Android uses Oboe from Google prefab.
This commit is contained in:
@@ -1129,7 +1129,7 @@ if(ANDROID)
|
||||
set(OBOE_TARGET oboe)
|
||||
else()
|
||||
find_package(Oboe)
|
||||
if(OBOE_FOUND)
|
||||
if(TARGET oboe::oboe)
|
||||
set(OBOE_TARGET "oboe::oboe")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user