You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$(which ocamlfind) gives the location of ocamlfind; when using the OCAMLFIND_TOOLCHAIN environment variable, this is not the same as installation location. Instead, $(shell ocamlfind ocamlc -where)/../../bin can be used (or again, simply include Makefile.config).
The text was updated successfully, but these errors were encountered:
$(which ocamlfind)
gives the location of ocamlfind; when using theOCAMLFIND_TOOLCHAIN
environment variable, this is not the same as installation location. Instead,$(shell ocamlfind ocamlc -where)/../../bin
can be used (or again, simplyinclude Makefile.config
).The text was updated successfully, but these errors were encountered: