this repo has no description
1
fork

Configure Feed

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

Install unversioned `libutil.dylib` symlink for libutil

+2
+2
src/libutil/CMakeLists.txt
··· 6 6 cmake_policy(SET CMP0003 NEW) 7 7 endif(COMMAND cmake_policy) 8 8 9 + include(InstallSymlink) 9 10 10 11 set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -nostdinc -D__DARWIN_UNIX03 -fPIC -w") 11 12 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -nostdinc -nostdinc++ -D__DARWIN_UNIX03 -fPIC -w") ··· 53 54 DESTINATION 54 55 libexec/darling/usr/share/man/man3 55 56 ) 57 + InstallSymlink("libutil1.0.dylib" "${CMAKE_INSTALL_PREFIX}/libexec/darling/usr/lib/libutil.dylib")