annotate dynload/DynLoadConfig.cmake @ 382:dd5d03483314

- dynload changes to support macos >= 11.0.1 "built-in dynamic linker cache of all system-provided libraries" (those dylibs are no longer present on the fs)" * dynload_plain test code changes to reflect this * note in doc - changed dynload_plain to not do inode-based tests on windows
author Tassilo Philipp
date Wed, 20 Jan 2021 13:49:43 +0100
parents 3e629dc19168
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
1 set(DYNLOAD_INCLUDE_DIRS ${DynCall_SOURCE_DIR}/dynload)
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
2 set(DYNLOAD_LIBRARIES dynload_s)
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
3