kdevelop: s/omp/libomp/
This commit is contained in:
parent
30e61e0868
commit
b42c1995f2
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ if [ "$XBPS_TARGET_ENDIAN" = "le" ]; then
|
||||||
fi
|
fi
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
x86_64*|aarch64*)
|
x86_64*|aarch64*)
|
||||||
makedepends+=" omp-devel" ;;
|
makedepends+=" libomp-devel" ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue