Try to override asio backend on arm in flatpak

This commit is contained in:
Nicolas Werner 2020-02-15 00:10:04 +01:00
parent c062746c83
commit c557265082
1 changed files with 7 additions and 0 deletions

View File

@ -24,6 +24,13 @@
"/bin/mdb*",
"*.a"
],
"build-options" : {
"arch": {
"aarch64": {
"cxxflags": "-DBOOST_ASIO_DISABLE_EPOLL"
}
}
},
"modules": [
{
"name": "lmdb",