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