Commit 041b3c7f authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Fix typo noticed by zorglub

parent ba5d10e5
......@@ -162,7 +162,7 @@ case "${target_os}" in
case "${target_os}" in
freebsd*)
CPPFLAGS_save="${CPPFLAGS_save} -I/usr/local/include"
CPPFLAGS="${CPPFLAGS}"
CPPFLAGS="${CPPFLAGS_save}"
LDFLAGS_save="${LDFLAGS_save} -L/usr/local/lib"
LDFLAGS="${LDLFAGS_save}"
;;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment