Skip to content

Commit

Permalink
TMP move linking
Browse files Browse the repository at this point in the history
  • Loading branch information
madsmtm committed Jun 18, 2023
1 parent 9b8b020 commit 793f3f7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion crates/icrate/src/AppKit/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ pub use self::fixes::*;
pub use self::generated::*;

#[cfg_attr(feature = "apple", link(name = "AppKit", kind = "framework"))]
#[cfg_attr(feature = "gnustep-1-7", link(name = "gnustep-gui", kind = "dylib"))]
extern "C" {}
1 change: 1 addition & 0 deletions crates/icrate/src/Foundation/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,5 @@ pub use objc2::runtime::{
// Link to the correct framework
#[cfg_attr(feature = "apple", link(name = "Foundation", kind = "framework"))]
#[cfg_attr(feature = "gnustep-1-7", link(name = "gnustep-base", kind = "dylib"))]
#[cfg_attr(feature = "gnustep-1-7", link(name = "gnustep-gui", kind = "dylib"))]
extern "C" {}

0 comments on commit 793f3f7

Please sign in to comment.