fix syntax error in Makefile.nt
parent
95befc81a6
commit
57882471ad
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue