Skip to content

Commit

Permalink
Try verbatim
Browse files Browse the repository at this point in the history
  • Loading branch information
bennetthardwick committed Mar 6, 2024
1 parent 93fdf85 commit 90bf086
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={}",
"cargo:rustc-link-lib=framework:+verbatim={}",
c.join("libobs.framework").display()
);
found_obs = true;
Expand Down

0 comments on commit 90bf086

Please sign in to comment.