mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
use correct macro
This commit is contained in:
parent
47403842cd
commit
da4d1e8a4b
@ -31,11 +31,7 @@ impl ScheduleMethod {
|
||||
coords: TileCoords,
|
||||
) {
|
||||
match self {
|
||||
#[cfg(not(any(
|
||||
target_os = "android",
|
||||
all(target_arch = "aarch64", not(target_os = "android")),
|
||||
target_arch = "wasm32"
|
||||
)))]
|
||||
#[cfg(not(target_arch = "wasm32"))]
|
||||
ScheduleMethod::Tokio(method) => {
|
||||
method.schedule_tile_request(scheduler, request_id, coords)
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user