fix syntax error in Makefile.nt

master
Damien Doligez 2016-02-18 17:41:57 +01:00
parent 95befc81a6
commit 57882471ad
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
include Makefile.shared
ifneq "$(wildcard ../flexdll/Makefile)"
ifneq "$(wildcard ../flexdll/Makefile)" ""
CAMLOPT:=OCAML_FLEXLINK="../boot/ocamlrun ../flexdll/flexlink.exe" $(CAMLOPT)
endif