Put -L before -l in LDFLAGS.

This commit is contained in:
Jordan Bancino 2024-01-13 20:26:46 -05:00
parent 85672985eb
commit c7d44866c3
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -90,7 +90,7 @@ for arg in $SCRIPT_ARGS; do
fi
CFLAGS="${CFLAGS} -I${CYTOPLASM}/include"
LDFLAGS="${LDFLAGS} -L${CYTOPLASM}/out/lib"
LDFLAGS="-L${CYTOPLASM}/out/lib ${LDFLAGS}"
fi
;;
*)