File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -36,10 +36,10 @@ ocaml/Makefile:
3636# arrays to right **dynamic** values
3737OC_CFLAGS =$(LOCAL_CFLAGS )
3838OC_LIBS =-nostdlib $(MAKECONF_EXTRA_LIBS )
39- OCAMLRUN =$(shell command -v ocamlrun)
40- OCAMLRUND =$(shell command -v ocamlrund)
41- OCAMLRUNI =$(shell command -v ocamlruni)
42- OCAMLYACC =$(shell command -v ocamlyacc)
39+ OCAMLRUN =$(shell which ocamlrun)
40+ OCAMLRUND =$(shell which ocamlrund)
41+ OCAMLRUNI =$(shell which ocamlruni)
42+ OCAMLYACC =$(shell which ocamlyacc)
4343ocaml/Makefile.config : ocaml/Makefile esperanto_sys.c
4444# configure: Do not build dynlink
4545 sed -e 's/otherlibraries="dynlink"/otherlibraries=""/g' ocaml/configure > ocaml/configure.sed
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ build: [
1212]
1313install: ["sh" "-c" "cd caml ; %{make}% install" ]
1414depends: [
15+ "conf-which" {build}
1516 "ocaml-src" {build}
1617 "esperanto-cosmopolitan" {build}
1718# "cosmopolitan-pth" {build}
You can’t perform that action at this time.
0 commit comments