From c5572650827deb06a153eafb90f20f324f2798d1 Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Sat, 15 Feb 2020 00:10:04 +0100 Subject: [PATCH] Try to override asio backend on arm in flatpak --- io.github.NhekoReborn.Nheko.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/io.github.NhekoReborn.Nheko.json b/io.github.NhekoReborn.Nheko.json index 42b14891..45007e86 100644 --- a/io.github.NhekoReborn.Nheko.json +++ b/io.github.NhekoReborn.Nheko.json @@ -24,6 +24,13 @@ "/bin/mdb*", "*.a" ], + "build-options" : { + "arch": { + "aarch64": { + "cxxflags": "-DBOOST_ASIO_DISABLE_EPOLL" + } + } + }, "modules": [ { "name": "lmdb",