Skip to content

Commit 263602e

Browse files
authored
Fix.
1 parent 01b1083 commit 263602e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
#![feature(panic_backtrace_config, const_convert, const_trait_impl)]
77
#![feature(unsafe_cell_access)]
88

9-
#[cfg(any(
9+
#[cfg(not(any(
1010
target_os = "windows",
1111
target_os = "linux",
1212
target_os = "macos"
13-
))]
13+
)))]
1414
compile_error!("Terracotta lib mode is intended for Android platform.");
1515

1616
#[macro_export]

0 commit comments

Comments
 (0)