mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
12 lines
247 B
Diff
12 lines
247 B
Diff
diff -Naur a/Makefile b/Makefile
|
|
--- a/Makefile 2017-06-12 09:00:49.000000000 -0700
|
|
+++ b/Makefile 2017-07-14 13:23:42.430741116 -0700
|
|
@@ -1,6 +1,6 @@
|
|
DEBUG = 0
|
|
USE_CXX03 = 0
|
|
-HAVE_NEON=0
|
|
+HAVE_NEON ?= 0
|
|
|
|
ifeq ($(platform),)
|
|
platform = unix
|