Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/alexmarsev/soxr.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinst-check-soxr2
1 files changed, 1 insertions, 1 deletions
diff --git a/inst-check-soxr b/inst-check-soxr
index 418f65b..6dfa5bd 100755
--- a/inst-check-soxr
+++ b/inst-check-soxr
@@ -29,7 +29,7 @@ build_examples() {
for f in ?$2-*.[cC]; do
cc=cc; echo $f | grep -q C$ && cc=c++
out=$tmp/`echo $f | sed "s/.[cC]$//"`
- cmd="$cc $cflags -o $out $f $libs"
+ cmd="$cc $cflags -o $out $f $libs -lm"
echo $cmd; $cmd
done
}