Commit d945815bfaef2e775304d7b23a3de9d77939158f
1 parent
da655ca5
Exists in
master
and in
2 other branches
Using MAC library extension.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
configure.ac
@@ -123,7 +123,7 @@ case "$host" in | @@ -123,7 +123,7 @@ case "$host" in | ||
123 | LIBS="$LIBS -framework CoreFoundation" | 123 | LIBS="$LIBS -framework CoreFoundation" |
124 | app_cv_osname="macos" | 124 | app_cv_osname="macos" |
125 | LOGDIR="/var/log" | 125 | LOGDIR="/var/log" |
126 | - DLLEXT=".so" | 126 | + DLLEXT=".dylib" |
127 | DLL_LDFLAGS="-shared -Wl,-install_name,\$(@F)" | 127 | DLL_LDFLAGS="-shared -Wl,-install_name,\$(@F)" |
128 | 128 | ||
129 | INSTALL_PACKAGES="linux-lib ${INSTALL_PACKAGES}" | 129 | INSTALL_PACKAGES="linux-lib ${INSTALL_PACKAGES}" |