summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorWolfgang Hommel <wolfgang.hommel@lrz.de>2013-10-11 16:33:37 +0200
committerWolfgang Hommel <wolfgang.hommel@lrz.de>2013-10-11 16:33:37 +0200
commita0987efa5cf746b1cd63f0fbea456c05c54d6148 (patch)
tree8afd2b9b7f6ce58b68b2f61688908a1d11a19751 /README
parented9009495b34647f25bd37633452bb2cfb05ec3d (diff)
downloadlibfaketime-a0987efa5cf746b1cd63f0fbea456c05c54d6148.tar.gz
renamed library name from libfaketime.dylib.1 to libfaketime.1.dylib based on Apple design guidelines. Thanks to ryandesign at MacPorts
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 4149d14..a4f6e28 100644
--- a/README
+++ b/README
@@ -116,9 +116,9 @@ calls will be passed through unaltered.
On OS X, it is necessary to compile differently, due to the different
behavior dyld has. Use the Makefile.MacOS provided to compile
-libfaketime.dylib.1. Additionally, instead of using LD_PRELOAD,
+libfaketime.1.dylib. Additionally, instead of using LD_PRELOAD,
the variable DYLD_INSERT_LIBRARIES should be set to the path to
-libfaketime.dylib.1, and the variable DYLD_FORCE_FLAT_NAMESPACE should be
+libfaketime.1.dylib, and the variable DYLD_FORCE_FLAT_NAMESPACE should be
set (to anything). Mac OS X users should read README.OSX for additional
details.