Skip to content

Commit

Permalink
Update generate_bindings call
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniusnaumann committed Jan 26, 2024
1 parent 279f0d6 commit 66b3d2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bindings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ pub fn generate_bindings(lib_path: &Utf8Path, crate_name: &str) -> Result<()> {
lib_path,
Some(crate_name.to_owned()),
&[TargetLanguage::Swift],
None,
out_dir,
false,
)?;
Expand Down

0 comments on commit 66b3d2a

Please sign in to comment.