Skip to content

Commit

Permalink
Merge branch 'main' into dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
MarijnS95 authored Jun 28, 2022
2 parents 936c58f + 7d392c9 commit 612d54c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ default-target = "x86_64-pc-windows-msvc"
libloading = "0.7.0"
com-rs = "0.2.1"
bitflags = "1.2.1"
widestring = "0.5.0"
widestring = "1.0.1"
thiserror = "1.0"

[target.'cfg(windows)'.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion src/wrapper.rs
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ fn dxcompiler_lib_name() -> &'static Path {

#[cfg(target_os = "macos")]
fn dxcompiler_lib_name() -> &'static Path {
Path::new("./libdxcompiler.dynlib")
Path::new("./libdxcompiler.dylib")
}

impl Dxc {
Expand Down

0 comments on commit 612d54c

Please sign in to comment.