libppd: update to 2.1.0
[oi-userland.git] / make-rules / ocaml.mk
blobf4617f2a028a47b90a15a26847fbf2659170dad5
1 # This file and its contents are supplied under the terms of the
2 # Common Development and Distribution License ("CDDL"). You may
3 # only use this file in accordance with the terms of the CDDL.
5 # A full copy of the text of the CDDL should have accompanied this
6 # source. A copy of the CDDL is also available via the Internet at
7 # http://www.illumos.org/license/CDDL.
11 # Copyright (c) 2020, Aurelien Larcher. All rights reserved.
14 OCAML_ETCDIR = $(ETCDIR)/ocaml
15 OCAML_LIBDIR = $(USRLIBDIR64)/ocaml
17 # Select preferred Python version
18 OCAML_PYTHON_VERSION = 3.9
19 PYTHON_VERSION = $(OCAML_PYTHON_VERSION)