this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Install dyld man pages

+18
+18
src/dyld/CMakeLists.txt
··· 96 96 97 97 install(TARGETS system_dyld DESTINATION libexec/darling/usr/lib/system) 98 98 install(TARGETS system_loader DESTINATION libexec/darling/usr/lib) 99 + install(FILES 100 + doc/man/man1/dyld.1 101 + doc/man/man1/update_dyld_shared_cache.1 102 + DESTINATION 103 + libexec/darling/usr/share/man/man1 104 + ) 105 + install(FILES 106 + doc/man/man3/dladdr.3 107 + doc/man/man3/dlclose.3 108 + doc/man/man3/dlerror.3 109 + doc/man/man3/dlopen.3 110 + doc/man/man3/dlopen_preflight.3 111 + doc/man/man3/dlsym.3 112 + doc/man/man3/dyld.3 113 + DESTINATION 114 + libexec/darling/usr/share/man/man3 115 + ) 116 +