[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:
Job Bautista 2023-05-01 20:27:31 +08:00 committed by roytam1
commit aadd6244c1

View file

@ -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@