diff --git a/src/wrapper.rs b/src/wrapper.rs index f660ad0..94169ef 100644 --- a/src/wrapper.rs +++ b/src/wrapper.rs @@ -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 {