Skip to content

Commit 367a629

Browse files
build: remove dll from gap root (#1159)
1 parent 8065b4b commit 367a629

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

GNUmakefile.in

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,12 @@ endif
104104
clean:
105105
find . -name '*.gcda' -delete
106106

107+
# Try to remove the DLL from both of the two places it might be found, as
108+
# described in the block of comments above. This is only relevant when using
109+
# Cygwin.
110+
rm -f $(GAPPATH)/.libs/cygsemigroups*.dll
111+
rm -f $(GAPPATH)/cygsemigroups*.dll
112+
107113
lint:
108114
etc/gaplint.sh
109115
etc/cpplint.sh

0 commit comments

Comments
 (0)