aboutsummaryrefslogtreecommitdiffstats
path: root/out
diff options
context:
space:
mode:
Diffstat (limited to 'out')
-rw-r--r--out/config.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/out/config.sh b/out/config.sh
index 7a1f34c..c9f6776 100644
--- a/out/config.sh
+++ b/out/config.sh
@@ -5,4 +5,4 @@ else
fi
CC=${CC-$PREF}
CFLAGS="-g -Wall -Wextra -std=c99 -pedantic"
-LDFLAGS=-lcrypto
+LDFLAGS="-lcrypto -lm"