diff --git a/gui/build.rs b/gui/build.rs index e19b7ec..b77a2e3 100644 --- a/gui/build.rs +++ b/gui/build.rs @@ -1,5 +1,8 @@ fn main() { - // actions + #[cfg(not(all( + target_os = "macos", + all(feature = "macos-ui", not(feature = "force-crossplatform-ui")) + )))] glib_build_tools::compile_resources( &["src/crossplatform/resources"], "src/crossplatform/resources/resources.gresource.xml",