From ff8d87af6c1313ff3538a9414fe6f6fdeb32e728 Mon Sep 17 00:00:00 2001 From: Martchus Date: Thu, 15 Feb 2018 00:07:44 +0100 Subject: [PATCH] Remove duplicated args in mingw-w64-tageditor-static --- tageditor/mingw-w64-static/PKGBUILD | 1 - 1 file changed, 1 deletion(-) diff --git a/tageditor/mingw-w64-static/PKGBUILD b/tageditor/mingw-w64-static/PKGBUILD index 4e316833..971d5751 100644 --- a/tageditor/mingw-w64-static/PKGBUILD +++ b/tageditor/mingw-w64-static/PKGBUILD @@ -44,7 +44,6 @@ build() { -DCMAKE_INSTALL_PREFIX="/usr/${_arch}" \ -DWEBVIEW_PROVIDER="${_webview_provider}" \ -DJS_PROVIDER="${_js_provider}" \ - -DENABLE_JSON_EXPORT="${_json_export}" \ -DENABLE_JSON_EXPORT:BOOL="${_json_export}" \ -DREFLECTION_GENERATOR_EXECUTABLE:FILEPATH='/usr/bin/reflective_rapidjson_generator' \ -DREFLECTION_GENERATOR_TRIPLE:STRING="${_arch}" \