Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,10 @@ else ifneq (,$(findstring webos,$(platform)))
GLES := 1
CXXFLAGS += -DHAVE_OPENGLES2
CFLAGS += -DHAVE_OPENGLES2
CXXFLAGS += -mfpu=neon
HAVE_NEON = 1
ifneq (,$(findstring arm,$(CROSS_COMPILE)))
CXXFLAGS += -mfpu=neon
HAVE_NEON = 1
endif

# Windows MSVC 2010 x64
else ifeq ($(platform), windows_msvc2010_x64)
Expand Down