commit 78b75eb43b79f0534d5924d990bcde94a70daa2f Author: Scott Kostyshak <skost...@lyx.org> Date: Wed May 14 22:43:09 2025 +0200
lyxbuild: DLYX_EXTERNAL_ICONV=OFF -> Werror=OFF --- development/lyx-tester/lyxbuild | 1 + 1 file changed, 1 insertion(+) diff --git a/development/lyx-tester/lyxbuild b/development/lyx-tester/lyxbuild index 603c1354de..047b36c2b1 100755 --- a/development/lyx-tester/lyxbuild +++ b/development/lyx-tester/lyxbuild @@ -603,6 +603,7 @@ else -DLYX_ENCHANT=${ENCHANT_FLAG} -DLYX_EXTERNAL_Z=ON -DLYX_EXTERNAL_DTL=ON + # if set to OFF, then need to turn Werror off to compile successfully. -DLYX_EXTERNAL_ICONV=ON -DLYX_NLS=ON -DLYX_ENABLE_URLTESTS=OFF -- lyx-cvs mailing list lyx-cvs@lists.lyx.org https://lists.lyx.org/mailman/listinfo/lyx-cvs