mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Try to override asio backend on arm in flatpak
This commit is contained in:
parent
c062746c83
commit
c557265082
1 changed files with 7 additions and 0 deletions
|
@ -24,6 +24,13 @@
|
|||
"/bin/mdb*",
|
||||
"*.a"
|
||||
],
|
||||
"build-options" : {
|
||||
"arch": {
|
||||
"aarch64": {
|
||||
"cxxflags": "-DBOOST_ASIO_DISABLE_EPOLL"
|
||||
}
|
||||
}
|
||||
},
|
||||
"modules": [
|
||||
{
|
||||
"name": "lmdb",
|
||||
|
|
Loading…
Reference in a new issue