mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-05 23:49:00 +08:00
de13525fd3
- Use findlib (ocamlfind) for ocaml packages. - Create META file for pprz ocaml lib. - Link dynamically instead of statically (no -custom), which also results in faster build times. - Use mktemp to properly create temporary files. - More makefile cleanup... closes #274