Skip to content

Commit

Permalink
fixup! Add a Rust FFI, Disable sandboxing for scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
pinkisemils committed Jul 17, 2024
1 parent e1ae442 commit 7834b8f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mullvad-ios/build.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@

fn main() {
#[cfg(target_os = "macos")]
match std::env::var("TARGET").unwrap().as_str() {
"aarch64-apple-ios" | "aarch64-apple-ios-sim" => {
let crate_dir = std::env::var("CARGO_MANIFEST_DIR").unwrap();
Expand Down

0 comments on commit 7834b8f

Please sign in to comment.