mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 23:38:38 +09:00
[Pale-Moon] Issue MoonchildProductions/UXP#1451 - Follow-up: Only copy hunspell shared library if we're not building against system Hunspell.
We've never supported system Hunspell AFAICS, but if that time comes, we should prevent packaging from breaking if building against system Hunspell on *nix.
This commit is contained in:
parent
6b13231b96
commit
aadd6244c1
1 changed files with 2 additions and 1 deletions
|
|
@ -66,8 +66,9 @@
|
|||
#ifdef GKMEDIAS_SHARED_LIBRARY
|
||||
@BINPATH@/@DLL_PREFIX@gkmedias@DLL_SUFFIX@
|
||||
#endif
|
||||
; Hunspell
|
||||
#ifndef MOZ_SYSTEM_HUNSPELL
|
||||
@BINPATH@/@DLL_PREFIX@hunspell@DLL_SUFFIX@
|
||||
#endif
|
||||
#ifndef MOZ_SYSTEM_NSPR
|
||||
#ifndef MOZ_FOLD_LIBS
|
||||
@BINPATH@/@DLL_PREFIX@nspr4@DLL_SUFFIX@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue