mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-23 13:24:03 +08:00
use ocamlfind to find include path for camlimages, lablGL and labgtk2 in in visu3d makefile
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
OCAMLOPT0 = ocamlopt
|
||||
OCAMLC = ocamlc -I +xml-light
|
||||
OCAMLC = ocamlc $(shell ocamlfind query -r -i-format xml-light)
|
||||
|
||||
MLFLAGS = $(shell ocamlfind query -r -i-format lablGL) $(shell ocamlfind query -r -i-format lablgtk2) $(shell ocamlfind query -r -i-format camlimages) -I ../../lib/ocaml
|
||||
|
||||
|
||||
Reference in New Issue
Block a user