diff options
| author | Théo Zimmermann | 2020-06-05 12:01:23 +0200 |
|---|---|---|
| committer | Théo Zimmermann | 2020-06-10 13:31:53 +0200 |
| commit | 85999bcd0df91b8cd9fd7fc07d1bc780a92c0225 (patch) | |
| tree | 0ffccbaefc9f73a5c175d8c7e89bb11e9d3a14a3 /dev/build | |
| parent | 3b556e1ad3b757f8a22248ac068e84e5b4082883 (diff) | |
Fix Coquelicot build in Windows add-ons.
Adapted from 747936a9d9a7402f537e1e1a857c7591d8e88d2a
Diffstat (limited to 'dev/build')
| -rwxr-xr-x | dev/build/windows/makecoq_mingw.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/build/windows/makecoq_mingw.sh b/dev/build/windows/makecoq_mingw.sh index 1a5a8b29fd..8c2e87ddb7 100755 --- a/dev/build/windows/makecoq_mingw.sh +++ b/dev/build/windows/makecoq_mingw.sh @@ -1814,7 +1814,7 @@ function make_addon_coquelicot { installer_addon_dependency_end if build_prep_overlay coquelicot; then installer_addon_section coquelicot "Coquelicot" "Coq library for real analysis" "" - logn autogen ./autogen.sh + log1 autoreconf -i -s logn configure ./configure --libdir="$PREFIXCOQ/lib/coq/user-contrib/Coquelicot" logn remake ./remake logn remake-install ./remake install |
