diff options
Diffstat (limited to 'Makefile.android')
-rw-r--r-- | Makefile.android | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.android b/Makefile.android index 7b35039..7e66bd9 100644 --- a/Makefile.android +++ b/Makefile.android @@ -116,6 +116,9 @@ ifneq ($(BUILD_STANDALONE_EMULATOR),true) endif ccache := endif + + QEMU_OPENGLES_INCLUDE := sdk/emulator/opengl/host/include + QEMU_OPENGLES_LIBS := $(HOST_OUT) endif |