kdevelop: s/omp/libomp/

This commit is contained in:
Đoàn Trần Công Danh 2024-06-16 13:16:18 +07:00
parent 30e61e0868
commit b42c1995f2

View file

@ -34,7 +34,7 @@ if [ "$XBPS_TARGET_ENDIAN" = "le" ]; then
fi
case "$XBPS_TARGET_MACHINE" in
x86_64*|aarch64*)
makedepends+=" omp-devel" ;;
makedepends+=" libomp-devel" ;;
esac
post_install() {