From 6b13231b9662601a975b283c2ead16e61bd69fb9 Mon Sep 17 00:00:00 2001 From: Job Bautista Date: Mon, 1 May 2023 20:27:31 +0800 Subject: [PATCH] [Basilisk] 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. --- application/basilisk/installer/package-manifest.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/application/basilisk/installer/package-manifest.in b/application/basilisk/installer/package-manifest.in index 37dfcdae3b..fe5103bd5d 100644 --- a/application/basilisk/installer/package-manifest.in +++ b/application/basilisk/installer/package-manifest.in @@ -73,8 +73,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@