Skip to content

Commit 7feaf85

Browse files
authored
Also on macOS
1 parent fcba041 commit 7feaf85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dyld_insert_libraries.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ macro_rules! hook {
3636
};
3737

3838
(unsafe fn $real_fn:ident ( $($v:ident : $t:ty),* ) => $hook_fn:ident $body:block) => {
39-
hook! { unsafe fn $real_fn ( $($v : $t),* ) -> () => $hook_fn $body }
39+
$crate::hook! { unsafe fn $real_fn ( $($v : $t),* ) -> () => $hook_fn $body }
4040
};
4141
}
4242

0 commit comments

Comments
 (0)