Fix local stdlib mode

Use absolute dir
master
Cédric Pasteur 13 years ago
parent 1a28ed96e8
commit c26644791b

2935
configure vendored

File diff suppressed because it is too large Load Diff

@ -53,7 +53,7 @@ AC_CHECK_OCAML_PKG([lablgtk2])
fi
if test "$enable_local_stdlib" = "yes"; then
stdlib_dir=$srcdir/lib
stdlib_dir=$PWD/lib
else
stdlib_dir=$libdir/heptagon
fi

Loading…
Cancel
Save