Fix Android build;

This commit is contained in:
bjorn 2019-04-11 15:26:59 -07:00
parent c89a7139ee
commit 9131c26fab
2 changed files with 2 additions and 1 deletions

View File

@ -77,7 +77,7 @@ elseif(UNIX)
find_package(PkgConfig)
endif()
if(EMSCRIPTEN OR ${CMAKE_SYSTEM_PROCESSOR} MATCHES "arm")
if(EMSCRIPTEN OR ${CMAKE_SYSTEM_PROCESSOR} MATCHES "arm" OR ${CMAKE_SYSTEM_PROCESSOR} MATCHES "aarch64")
set(LOVR_USE_SSE OFF)
endif()

View File

@ -2,6 +2,7 @@
#include "oculus_mobile_bridge.h"
#include "math.h"
#include "graphics/graphics.h"
#include "graphics/canvas.h"
#include "lib/glad/glad.h"
#include <assert.h>
#include "platform.h"