From 8a07739a7c24cb865de0283af94099fa8a643fed Mon Sep 17 00:00:00 2001 From: brianna Date: Wed, 13 Jul 2022 04:45:10 -0300 Subject: [PATCH] Fixed duplicate datarootdir --- build.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/build.sh b/build.sh index c0ccce3a5..f2a2220b9 100755 --- a/build.sh +++ b/build.sh @@ -139,7 +139,6 @@ build_cygwin() --sysconfdir="${SYSCONFDIR}" \ --localstatedir="${LOCALSTATEDIR}" \ --datarootdir="${DATAROOTDIR}" \ - --datarootdir="${DATADIR}" \ --disable-all-plugins \ --host="mingw32" \ --enable-logfile \ -- 2.47.2