From 1726f358dd251a77102c6c5a64fb8a2f370fd02f Mon Sep 17 00:00:00 2001 From: Adrian Date: Tue, 17 May 2022 16:59:09 -0400 Subject: [PATCH] Install QtDesigner plugin and clean assembly build flag since the abandoned module was removed from codebase --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index 4743468..3ddb17f 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -86,11 +86,11 @@ build() { -D BUILD_FLAT_MESH=ON \ -D BUILD_MESH_PART=ON \ -D BUILD_SHIP=ON \ - -D BUILD_ASSEMBLY=ON \ -D BUILD_COMPLETE=ON \ -D BUILD_JTREADER=OFF \ -D BUILD_PLOT=ON \ -D BUILD_CLOUD=OFF \ + -D BUILD_DESIGNER_PLUGIN=ON \ -D CMAKE_BUILD_TYPE=None \ -D CMAKE_C_FLAGS="${CFLAGS} -fPIC -w" \ -D CMAKE_CXX_FLAGS="${CXXFLAGS} -fPIC -w" \