This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
cf4c629a2b
rust
/
tests
/
run-make
/
macos-fat-archive
/
native-library.c
2 lines
22 B
C
Raw
Normal View
History
Unescape
Escape
resolve error when attempting to link a universal library on macOS Previously attempting to link universal libraries into libraries (but not binaries) would produce an error that "File too small to be an archive". This works around this by using `object` to extract a library for the target platform when passed a univeral library. Fixes #55235
2022-06-30 14:01:38 -05:00
void
native_func
(
)
{
}
Reference in New Issue
Copy Permalink