mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-28 09:58:23 +08:00
[makefile] add LIBPPRZDIR to OCAMLPATH instead of replace
This commit is contained in:
+1
-1
@@ -36,4 +36,4 @@ XLIBPPRZCMXA = $(XLIBPPRZCMA:.cma=.cmxa)
|
|||||||
OCAMLDLL = -dllpath $(LIBPPRZDIR)
|
OCAMLDLL = -dllpath $(LIBPPRZDIR)
|
||||||
OCAMLXDLL = -dllpath $(LIBPPRZDIR)
|
OCAMLXDLL = -dllpath $(LIBPPRZDIR)
|
||||||
|
|
||||||
export OCAMLPATH=$(LIBPPRZDIR)
|
export OCAMLPATH=$(LIBPPRZDIR):$OCAMLPATH
|
||||||
|
|||||||
Reference in New Issue
Block a user