Commit 3cba91c7 authored by nanahira's avatar nanahira

test NO_NEON build

parent 597c3b10
...@@ -4,3 +4,11 @@ project "cminiaudio" ...@@ -4,3 +4,11 @@ project "cminiaudio"
filter "system:linux" filter "system:linux"
links { "dl", "pthread", "m" } links { "dl", "pthread", "m" }
filter { "architecture:ARM" }
defines { "MA_NO_NEON" }
filter { "architecture:ARM64" }
defines { "MA_NO_NEON" }
filter {}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment