diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2013-11-03 21:56:12 +0100 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2013-11-03 21:56:12 +0100 |
| commit | c4654c992ec2cad51d28b0b8e81c2e5e7e604c8b (patch) | |
| tree | 5ed5612d58a6535433a5fae7ac7cfd9ca8515dcb | |
| parent | eaa69914338be6df77e101ba374a8a184655a7a6 (diff) | |
fix dyld harder
| -rw-r--r-- | facetracknoir/global-settings.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/facetracknoir/global-settings.cpp b/facetracknoir/global-settings.cpp index 316859c5..3b627860 100644 --- a/facetracknoir/global-settings.cpp +++ b/facetracknoir/global-settings.cpp @@ -96,7 +96,7 @@ DynamicLibrary::DynamicLibrary(const QString& filename) # ifdef __linux RTLD_DEEPBIND # elif defined(__APPLE__) - RTLD_LOCAL + RTLD_LOCAL|RTLD_FIRST|RTLD_NOW # else 0 # endif |
