mirror of
https://github.com/vale981/arb
synced 2025-03-04 17:01:40 -05:00
configure fix
This commit is contained in:
parent
a4019154e7
commit
a01420152c
1 changed files with 5 additions and 0 deletions
5
configure
vendored
5
configure
vendored
|
@ -244,6 +244,11 @@ else
|
|||
echo "Invalid FLINT directory"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if [ -d "${FLINT_INCLUDE_DIR}/flint" ]; then
|
||||
FLINT_INCLUDE_DIR="${FLINT_INCLUDE_DIR}/flint"
|
||||
fi
|
||||
|
||||
LIB_DIRS="${LIB_DIRS} ${FLINT_LIB_DIR}"
|
||||
INC_DIRS="${INC_DIRS} ${FLINT_INC_DIR}"
|
||||
LIBS="${LIBS} flint"
|
||||
|
|
Loading…
Add table
Reference in a new issue