mirror of
https://github.com/Dummi26/musicdb.git
synced 2026-04-28 09:39:58 +02:00
android aarch64 build might work now
This commit is contained in:
@@ -15,6 +15,10 @@ tokio = { version = "1.37.0", optional = true, features = ["rt"] }
|
||||
rocket = { version = "0.5.0", optional = true }
|
||||
html-escape = { version = "0.2.13", optional = true }
|
||||
|
||||
[target.aarch64-linux-android.dependencies]
|
||||
# required for cross-compilation to android to work: link to shared c++ stdlib instead of c++_static
|
||||
oboe-sys = { version = "*", features = ["shared-stdcxx"] }
|
||||
|
||||
[features]
|
||||
default = ["website", "default-playback"]
|
||||
website = ["dep:tokio", "dep:rocket", "dep:html-escape"]
|
||||
|
||||
Reference in New Issue
Block a user