Skip to content

Commit

Permalink
now linking
Browse files Browse the repository at this point in the history
  • Loading branch information
mike dupont committed Dec 12, 2023
1 parent f62bbea commit f9d918a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -593,8 +593,12 @@ main: examples/main/main.cpp ocaml-example-script.o plugin_nodejs.o plugin_oca
@echo '==== Run ./main -h for help. ===='
@echo
#nasty hack
# one of -pack, -a, -shared, -c, -output-obj
ocaml-example-script.o: caml_src/step.ml
ocamlfind ocamlopt -thread -linkpkg \
ocamlfind ocamlopt -verbose -S -with-runtime -thread -linkpkg \
-cclib -L/usr/lib/x86_64-linux-gnu/ \
-with-runtime \
-output-complete-obj \
-package coq-core \
-package coq \
-package coq-serapi \
Expand Down

0 comments on commit f9d918a

Please sign in to comment.