Skip to content

Commit

Permalink
fix aur qt5 build
Browse files Browse the repository at this point in the history
  • Loading branch information
olegantonyan committed Dec 18, 2024
1 parent 8527065 commit 92b49ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/aur/PKGBUILD_Qt5.erb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ build() {
rm -rf build
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DUSE_SYSTEM_TAGLIB=ON -DUSE_SYSTEM_YAMLCPP=ON -DUSE_QT5 ..
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DUSE_SYSTEM_TAGLIB=ON -DUSE_SYSTEM_YAMLCPP=ON -DUSE_QT5=ON ..
cmake --build .
}

Expand Down

0 comments on commit 92b49ee

Please sign in to comment.