blob: 683a66e91b6051bd01940fd1b87b109f997f6cc3 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# libpgm causes linking issues with intrinsics on 32-bit
# This seems to no longer happen?
#depends=(${depends[@]/libpgm/})
#eval "$(
# declare -f build | \
# sed '
# s/--with-pgm //
# '
#)"
|