mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 13:46:58 +02:00
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
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
x86_64*|aarch64*)
|
||||
makedepends+=" omp-devel" ;;
|
||||
makedepends+=" libomp-devel" ;;
|
||||
esac
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Add table
Reference in a new issue