diff options
author | Wolfgang Hommel <wolfgang.hommel@lrz.de> | 2013-10-11 16:33:37 +0200 |
---|---|---|
committer | Wolfgang Hommel <wolfgang.hommel@lrz.de> | 2013-10-11 16:33:37 +0200 |
commit | a0987efa5cf746b1cd63f0fbea456c05c54d6148 (patch) | |
tree | 8afd2b9b7f6ce58b68b2f61688908a1d11a19751 /README | |
parent | ed9009495b34647f25bd37633452bb2cfb05ec3d (diff) | |
download | faketime-ng-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-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |