summary refs log tree commit diff
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2020-02-15 00:10:04 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2020-02-15 00:11:18 +0100
commitc5572650827deb06a153eafb90f20f324f2798d1 (patch)
treef6c63f2e58fd7ce4f1a269a29194613d314fbd1d
parentMerge pull request #116 from sorairolake/feature/japanese-translation (diff)
downloadnheko-c5572650827deb06a153eafb90f20f324f2798d1.tar.xz
Try to override asio backend on arm in flatpak
-rw-r--r--io.github.NhekoReborn.Nheko.json7
1 files changed, 7 insertions, 0 deletions
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",