mirror of
https://github.com/vale981/arb
synced 2025-03-05 09:21:38 -05:00
fix hardcoded path
This commit is contained in:
parent
afda52a25f
commit
d841d288d0
1 changed files with 2 additions and 2 deletions
4
configure
vendored
4
configure
vendored
|
@ -95,8 +95,8 @@ elif [ -d "${FLINT_DIR}/.libs" ]; then
|
|||
FLINT_LIB_DIR="${FLINT_DIR}/.libs"
|
||||
FLINT_INCLUDE_DIR="${FLINT_DIR}"
|
||||
elif [ -e "${FLINT_DIR}/flint.h" ]; then
|
||||
FLINT_LIB_DIR="/scratch/fjohanss/flint2"
|
||||
FLINT_INCLUDE_DIR="/scratch/fjohanss/flint2"
|
||||
FLINT_LIB_DIR="${FLINT_DIR}"
|
||||
FLINT_INCLUDE_DIR="${FLINT_DIR}"
|
||||
else
|
||||
echo "${FLINT_DIR}"
|
||||
echo "Invalid FLINT directory?"
|
||||
|
|
Loading…
Add table
Reference in a new issue