diff options
author | MarcoFalke <falke.marco@gmail.com> | 2019-11-12 12:10:54 -0500 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2019-11-12 12:06:34 -0500 |
commit | 333362991c5219e6d9ede5fa54328bcbb0277cf2 (patch) | |
tree | 26ba9d47b28ec49d56ce8da2f3852abfd6325887 /contrib/gitian-descriptors/gitian-osx.yml | |
parent | fab9850ef4a76e4f09278909a2865e5175661653 (diff) |
doc: Explain $LIB in LD_PRELOAD in gitian descriptors
Diffstat (limited to 'contrib/gitian-descriptors/gitian-osx.yml')
-rw-r--r-- | contrib/gitian-descriptors/gitian-osx.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/gitian-descriptors/gitian-osx.yml b/contrib/gitian-descriptors/gitian-osx.yml index d37266cce2..79b1b22cdf 100644 --- a/contrib/gitian-descriptors/gitian-osx.yml +++ b/contrib/gitian-descriptors/gitian-osx.yml @@ -55,6 +55,7 @@ script: | export ZERO_AR_DATE=1 + # Use $LIB in LD_PRELOAD to avoid hardcoding the dir (See `man ld.so`) function create_global_faketime_wrappers { for prog in ${FAKETIME_PROGS}; do echo '#!/usr/bin/env bash' > ${WRAP_DIR}/${prog} |