From c59c85b27d5f1630095dba6f371dbe80d3dca24c Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 19 Jun 2021 11:48:32 +0000 Subject: project: variant support: added (symlinked) logic for python-3.7.3. --- project/variants/3.7.3/common.mk | 1 + project/variants/3.7.3/headers.mk | 1 + project/variants/3.7.3/linkage | 1 + project/variants/3.7.3/pyexts.h | 1 + project/variants/3.7.3/pyexts.mk | 1 + project/variants/3.7.3/subsets.mk | 1 + 6 files changed, 6 insertions(+) create mode 120000 project/variants/3.7.3/common.mk create mode 120000 project/variants/3.7.3/headers.mk create mode 120000 project/variants/3.7.3/linkage create mode 120000 project/variants/3.7.3/pyexts.h create mode 120000 project/variants/3.7.3/pyexts.mk create mode 120000 project/variants/3.7.3/subsets.mk diff --git a/project/variants/3.7.3/common.mk b/project/variants/3.7.3/common.mk new file mode 120000 index 0000000..2d96164 --- /dev/null +++ b/project/variants/3.7.3/common.mk @@ -0,0 +1 @@ +../3.7.2/common.mk \ No newline at end of file diff --git a/project/variants/3.7.3/headers.mk b/project/variants/3.7.3/headers.mk new file mode 120000 index 0000000..b1de3dd --- /dev/null +++ b/project/variants/3.7.3/headers.mk @@ -0,0 +1 @@ +../3.7.2/headers.mk \ No newline at end of file diff --git a/project/variants/3.7.3/linkage b/project/variants/3.7.3/linkage new file mode 120000 index 0000000..b9af93f --- /dev/null +++ b/project/variants/3.7.3/linkage @@ -0,0 +1 @@ +../3.7.2/linkage \ No newline at end of file diff --git a/project/variants/3.7.3/pyexts.h b/project/variants/3.7.3/pyexts.h new file mode 120000 index 0000000..1910b74 --- /dev/null +++ b/project/variants/3.7.3/pyexts.h @@ -0,0 +1 @@ +../3.7.2/pyexts.h \ No newline at end of file diff --git a/project/variants/3.7.3/pyexts.mk b/project/variants/3.7.3/pyexts.mk new file mode 120000 index 0000000..18abb3f --- /dev/null +++ b/project/variants/3.7.3/pyexts.mk @@ -0,0 +1 @@ +../3.7.2/pyexts.mk \ No newline at end of file diff --git a/project/variants/3.7.3/subsets.mk b/project/variants/3.7.3/subsets.mk new file mode 120000 index 0000000..5084d01 --- /dev/null +++ b/project/variants/3.7.3/subsets.mk @@ -0,0 +1 @@ +../3.7.2/subsets.mk \ No newline at end of file -- cgit v1.2.3