Skip to content

Commit 99308ca

Browse files
committed
Update platform compilation guards' messages.
1 parent 0647632 commit 99308ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
extern crate core;
1212
#[cfg(not(target_os = "android"))]
13-
compile_error!("Terracotta lib mode is intended for Android platform.");
13+
compile_error!("Terracotta Library is intended for Android platform.");
1414

1515
#[macro_export]
1616
macro_rules! logging {

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
target_os = "macos",
1313
target_os = "freebsd"
1414
)))]
15-
compile_error!("Terracotta lib mode is intended for Android platform.");
15+
compile_error!("Terracotta Executable is intended for Windows, Linux, macos and FreeBSD.");
1616

1717
#[macro_export]
1818
macro_rules! logging {

0 commit comments

Comments
 (0)