Skip to content

Commit 92b49ee

Browse files
committed
fix aur qt5 build
1 parent 8527065 commit 92b49ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/aur/PKGBUILD_Qt5.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ build() {
2020
rm -rf build
2121
mkdir build
2222
cd build
23-
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DUSE_SYSTEM_TAGLIB=ON -DUSE_SYSTEM_YAMLCPP=ON -DUSE_QT5 ..
23+
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DUSE_SYSTEM_TAGLIB=ON -DUSE_SYSTEM_YAMLCPP=ON -DUSE_QT5=ON ..
2424
cmake --build .
2525
}
2626

0 commit comments

Comments
 (0)