Andreas Wacknitz
2024-04-05 3ed869342c8a02e8b359df8b8c6bf6e08d0c5d4f
commit | author | age
4c7d06 1 # This file and its contents are supplied under the terms of the
AL 2 # Common Development and Distribution License ("CDDL"). You may
3 # only use this file in accordance with the terms of the CDDL.
4 #
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.
8 #
9
10 #
11 # Copyright (c) 2020, Aurelien Larcher. All rights reserved.
12 #
13
14 OCAML_ETCDIR = $(ETCDIR)/ocaml
15 OCAML_LIBDIR = $(USRLIBDIR64)/ocaml
16
17 # Select preferred Python version
0be775 18 OCAML_PYTHON_VERSION = 3.9
4c7d06 19 PYTHON_VERSION = $(OCAML_PYTHON_VERSION)