]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
temp tweak pending build system change
authorBrian West <brian@freeswitch.org>
Fri, 12 Oct 2007 23:53:32 +0000 (23:53 +0000)
committerBrian West <brian@freeswitch.org>
Fri, 12 Oct 2007 23:53:32 +0000 (23:53 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5864 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/switch_loadable_module.c

index aaeb701c889f782915d520aed67c0c291a8abe82..3025f85fec499e5c8c465759904674977cc05a8d 100644 (file)
@@ -663,7 +663,7 @@ static switch_status_t switch_loadable_module_load_file(char *path, char *filena
 #ifdef WIN32
        status = switch_dso_load(&dso, "FreeSwitch.dll", loadable_modules.pool);
 #elif defined (MACOSX) || defined(DARWIN)
-       status = switch_dso_load(&dso, "libfreeswitch.dylib", loadable_modules.pool);
+       status = switch_dso_load(&dso, SWITCH_PREFIX_DIR "/lib/libfreeswitch.dylib", loadable_modules.pool);
 #else
        status = switch_dso_load(&dso, NULL, loadable_modules.pool);
 #endif