Skip to content
Snippets Groups Projects
Forked from redox-os / relibc
Source project has a limited visibility.
  • 8tab's avatar
    c000373a
    Add symlink from libc.so to libc.so.6 · c000373a
    8tab authored
    Typically it's the other way around, but we can't have shared library named libc.so.6 in target/release directory.
    cargo includes 'target/release' in LD_LIBRARY_PATH for build script, so even if clean build runs fine,
    every subsquent run will make build script link with relibc.
    c000373a
    History
    Add symlink from libc.so to libc.so.6
    8tab authored
    Typically it's the other way around, but we can't have shared library named libc.so.6 in target/release directory.
    cargo includes 'target/release' in LD_LIBRARY_PATH for build script, so even if clean build runs fine,
    every subsquent run will make build script link with relibc.