this repo has no description
1
fork

Configure Feed

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

Set compatibility version to 1.0.0 by default for dylibs

+3
+3
cmake/darling_lib.cmake
··· 29 29 if (DYLIB_COMPAT_VERSION) 30 30 set_property(TARGET ${name} APPEND_STRING PROPERTY 31 31 LINK_FLAGS " -Wl,-compatibility_version,${DYLIB_COMPAT_VERSION} ") 32 + else (DYLIB_COMPAT_VERSION) 33 + set_property(TARGET ${name} APPEND_STRING PROPERTY 34 + LINK_FLAGS " -Wl,-compatibility_version,1.0.0 ") 32 35 endif (DYLIB_COMPAT_VERSION) 33 36 if (DYLIB_CURRENT_VERSION) 34 37 set_property(TARGET ${name} APPEND_STRING PROPERTY