diff options
Diffstat (limited to 'Makefile.common')
| -rw-r--r-- | Makefile.common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common index 7a40686ba3..5a7f50404a 100644 --- a/Makefile.common +++ b/Makefile.common @@ -119,7 +119,7 @@ REFMANPNGFILES:=$(REFMANEPSFILES:.eps=.png) COQRUN := coqrun LIBCOQRUN:=kernel/byterun/lib$(COQRUN).a -DLLCOQRUN:=$(dir $(LIBCOQRUN))dll$(COQRUN).so +DLLCOQRUN:=$(dir $(LIBCOQRUN))dll$(COQRUN)$(DLLEXT) CLIBS:=unix.cma |
