mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
8 lines
139 B
Bash
8 lines
139 B
Bash
|
#!/bin/sh -x
|
||
|
|
||
|
Q=`echo "$*" | sed 's|- p t h r e a d|-pthread|'`
|
||
|
|
||
|
echo "$Q" | grep 'lmp4ff' && Q="$Q /usr/lib/libmp4ff.a"
|
||
|
|
||
|
exec /bin/g++ $Q
|