Skip to content

Commit

Permalink
the tests might need -I and -L too
Browse files Browse the repository at this point in the history
  • Loading branch information
janstary committed May 30, 2024
1 parent ac72eca commit 58a26f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ echo "selected CFLAGS=\"${CFLAGS}\"" 1>&2
echo "selected CFLAGS=\"${CFLAGS}\"" 1>&3
echo 1>&3

COMP="${CC} ${CFLAGS}"
COMP="${CC} ${CFLAGS} ${CPPFLAGS} ${LDFLAGS}"

# detect library functions
runtest err ERR || true
Expand Down

0 comments on commit 58a26f0

Please sign in to comment.