mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-23 08:57:34 +09:00
Merge remote-tracking branch 'origin/master' into custom
This commit is contained in:
commit
09a00ad3bd
116 changed files with 2480 additions and 146 deletions
|
|
@ -708,6 +708,13 @@
|
|||
#ifndef MOZ_SYSTEM_NSS
|
||||
#if defined(XP_LINUX) && !defined(ANDROID)
|
||||
@BINPATH@/@DLL_PREFIX@freeblpriv3@DLL_SUFFIX@
|
||||
#elif defined(XP_SOLARIS) && defined(SPARC64)
|
||||
@BINPATH@/@DLL_PREFIX@freebl_64fpu_3@DLL_SUFFIX@
|
||||
@BINPATH@/@DLL_PREFIX@freebl_64int_3@DLL_SUFFIX@
|
||||
#elif defined(XP_SOLARIS) && defined(SPARC)
|
||||
@BINPATH@/@DLL_PREFIX@freebl_32fpu_3@DLL_SUFFIX@
|
||||
@BINPATH@/@DLL_PREFIX@freebl_32int64_3@DLL_SUFFIX@
|
||||
@BINPATH@/@DLL_PREFIX@freebl3@DLL_SUFFIX@
|
||||
#else
|
||||
@BINPATH@/@DLL_PREFIX@freebl3@DLL_SUFFIX@
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue