зеркало из https://github.com/mozilla/gecko-dev.git
Correcting the mac load lib name.
This commit is contained in:
Родитель
fe9858e448
Коммит
51872b8b8e
|
@ -91,7 +91,7 @@ static NS_DEFINE_IID(kAllocatorCID, NS_ALLOCATOR_CID);
|
||||||
#define LIBPROXY_DLL "libproxy.dll"
|
#define LIBPROXY_DLL "libproxy.dll"
|
||||||
#else
|
#else
|
||||||
#ifdef XP_MAC
|
#ifdef XP_MAC
|
||||||
#define LIBPROXY_DLL "??????????????????"
|
#define LIBPROXY_DLL "LIBPROXY_DLL"
|
||||||
#else
|
#else
|
||||||
#define LIBPROXY_DLL "libproxy.so"
|
#define LIBPROXY_DLL "libproxy.so"
|
||||||
#endif
|
#endif
|
||||||
|
|
Загрузка…
Ссылка в новой задаче