mirror of
https://github.com/love2d/love.git
synced 2026-08-18 11:44:15 +02:00
vulkan: fix android build
It compiles now, but it's not working correctly yet
This commit is contained in:
+1
-1
@@ -128,7 +128,7 @@
|
||||
|
||||
// fixme: vulkan graphics only tested on windows for now
|
||||
// adjust this later on when testing is successful on other platforms
|
||||
#if defined(LOVE_WINDOWS) || defined(LOVE_LINUX)
|
||||
#if defined(LOVE_WINDOWS) || defined(LOVE_LINUX) || defined(LOVE_ANDROID)
|
||||
# define LOVE_GRAPHICS_VULKAN
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user