Skip to content

Commit

Permalink
Shrug
Browse files Browse the repository at this point in the history
  • Loading branch information
bennetthardwick committed Mar 6, 2024
1 parent d11f0aa commit a9caf15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion obs-sys/build_mac.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ pub fn find_mac_obs_lib() {
if meta.is_dir() {
println!("cargo:rustc-link-search=framework={}", c.display());
println!(
"cargo:rustc-link-lib=framework:+verbatim=:{}",
"cargo:rustc-link-lib=:framework={}",
c.join("libobs.framework").display()
);
found_obs = true;
Expand Down

0 comments on commit a9caf15

Please sign in to comment.