diff options
-rw-r--r-- | skype/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skype/configure.ac b/skype/configure.ac index 486427a5..4fefe614 100644 --- a/skype/configure.ac +++ b/skype/configure.ac @@ -18,7 +18,7 @@ case "`$CC -dumpmachine`" in ;; *apple-darwin*) SHARED_FLAGS="-dynamiclib -Wl,-headerpad_max_install_names,-undefined,dynamic_lookup" - SHARED_EXT="dynlib" + SHARED_EXT="dylib" ;; *) AC_MSG_ERROR([Your machine is not yet supported]) |