diff options
| author | Gaëtan Gilbert | 2018-11-18 14:48:33 +0100 |
|---|---|---|
| committer | Gaëtan Gilbert | 2018-11-18 14:48:33 +0100 |
| commit | 25e989019f72bd435d84a1d495c7de25165556dd (patch) | |
| tree | 8716ac6cadff64ff9f8d6ec3b0c61c86ed6bfe83 /dev/build/windows | |
| parent | 8e79fa301c285e4016997eff0e90ce5d9df46ad9 (diff) | |
| parent | ac63486c422af0ab76a620a797dbd349d3b0b2c0 (diff) | |
Merge PR #9018: [devtools] Small script to setup overlays automatically
Diffstat (limited to 'dev/build/windows')
| -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 71207bb040..0dcabc0b97 100755 --- a/dev/build/windows/makecoq_mingw.sh +++ b/dev/build/windows/makecoq_mingw.sh @@ -1645,7 +1645,7 @@ function make_addon_bignums { function make_addon_equations { installer_addon_dependency equations - if build_prep_overlay Equations; then + if build_prep_overlay equations; then installer_addon_section equations "Equations" "Coq plugin for defining functions by equations" "" # Note: PATH is automatically saved/restored by build_prep / build_post PATH=$COQBIN:$PATH |
