Skip to content

Commit 9b07d93

Browse files
committed
Forward Python version selection to CASE submodule
No effects were observed on Make-managed files. Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
1 parent 63420eb commit 9b07d93

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ check: \
127127
check-ontology \
128128
check-shapes
129129
$(MAKE) \
130+
PYTHON3=$(PYTHON3) \
130131
--directory tests \
131132
check
132133

tests/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616

1717
SHELL := /bin/bash
1818

19+
PYTHON3 ?= python3
20+
1921
top_srcdir := $(shell cd .. ; pwd)
2022

2123
case_srcdir := $(top_srcdir)/dependencies/CASE
@@ -92,6 +94,7 @@ monolithic.ttl: \
9294
$(profile_ttls) \
9395
$(shape_ttls)
9496
$(MAKE) \
97+
PYTHON3=$(PYTHON3) \
9598
--directory $(case_srcdir) \
9699
.venv.done.log
97100
$(MAKE) \

0 commit comments

Comments
 (0)