aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index e2430db..22fbfbe 100755
--- a/configure
+++ b/configure
@@ -300,7 +300,7 @@ if test -z "$cross_prefix" ; then
if test -f "/usr/lib/$triplet/crti.o" ; then
tcc_lddir="lib/$triplet"
multiarch_triplet="$triplet"
- elif test -f "usr/lib64/crti.o" ; then
+ elif test -f "/usr/lib64/crti.o" ; then
tcc_lddir="lib64"
fi