We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c486fcd commit 4027954Copy full SHA for 4027954
1 file changed
crates/gdcef/src/utils.rs
@@ -4,6 +4,7 @@ use godot::classes::Os;
4
use godot::{classes::DisplayServer, obj::Singleton};
5
use process_path::get_dylib_path;
6
use std::path::PathBuf;
7
+#[cfg(target_os = "linux")]
8
use std::sync::OnceLock;
9
10
#[cfg(target_os = "linux")]
0 commit comments