mirror of
https://github.com/love2d/love-android.git
synced 2026-08-16 16:21:33 +02:00
first working build
This commit is contained in:
+2
-1
@@ -5,7 +5,8 @@ include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_MODULE := liblove
|
||||
LOCAL_CFLAGS := -fexceptions -g -Dlinux -Dunix \
|
||||
-DHAVE_GCC_DESTRUCTOR=1 -DOPT_GENERIC -DREAL_IS_FLOAT
|
||||
-DHAVE_GCC_DESTRUCTOR=1 -DOPT_GENERIC -DREAL_IS_FLOAT \
|
||||
-DGL_GLEXT_PROTOTYPES
|
||||
|
||||
LOCAL_CPPFLAGS := ${LOCAL_CFLAGS}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user