From 47d0df6b5723ef30df4acc671e0f8ad50b1a20e8 Mon Sep 17 00:00:00 2001 From: midipix Date: Tue, 15 Jun 2021 19:02:08 +0000 Subject: project: variant support: added (symlinked) logic for python-3.6.13. --- project/variants/3.6.13/common.mk | 1 + project/variants/3.6.13/headers.mk | 1 + project/variants/3.6.13/linkage | 1 + project/variants/3.6.13/pyexts.h | 1 + project/variants/3.6.13/pyexts.mk | 1 + project/variants/3.6.13/subsets.mk | 1 + 6 files changed, 6 insertions(+) create mode 120000 project/variants/3.6.13/common.mk create mode 120000 project/variants/3.6.13/headers.mk create mode 120000 project/variants/3.6.13/linkage create mode 120000 project/variants/3.6.13/pyexts.h create mode 120000 project/variants/3.6.13/pyexts.mk create mode 120000 project/variants/3.6.13/subsets.mk diff --git a/project/variants/3.6.13/common.mk b/project/variants/3.6.13/common.mk new file mode 120000 index 0000000..7265811 --- /dev/null +++ b/project/variants/3.6.13/common.mk @@ -0,0 +1 @@ +../3.6.12/common.mk \ No newline at end of file diff --git a/project/variants/3.6.13/headers.mk b/project/variants/3.6.13/headers.mk new file mode 120000 index 0000000..12f4517 --- /dev/null +++ b/project/variants/3.6.13/headers.mk @@ -0,0 +1 @@ +../3.6.12/headers.mk \ No newline at end of file diff --git a/project/variants/3.6.13/linkage b/project/variants/3.6.13/linkage new file mode 120000 index 0000000..610dcec --- /dev/null +++ b/project/variants/3.6.13/linkage @@ -0,0 +1 @@ +../3.6.12/linkage \ No newline at end of file diff --git a/project/variants/3.6.13/pyexts.h b/project/variants/3.6.13/pyexts.h new file mode 120000 index 0000000..c7cdb1d --- /dev/null +++ b/project/variants/3.6.13/pyexts.h @@ -0,0 +1 @@ +../3.6.12/pyexts.h \ No newline at end of file diff --git a/project/variants/3.6.13/pyexts.mk b/project/variants/3.6.13/pyexts.mk new file mode 120000 index 0000000..cb2f892 --- /dev/null +++ b/project/variants/3.6.13/pyexts.mk @@ -0,0 +1 @@ +../3.6.12/pyexts.mk \ No newline at end of file diff --git a/project/variants/3.6.13/subsets.mk b/project/variants/3.6.13/subsets.mk new file mode 120000 index 0000000..4e4108f --- /dev/null +++ b/project/variants/3.6.13/subsets.mk @@ -0,0 +1 @@ +../3.6.12/subsets.mk \ No newline at end of file -- cgit v1.2.3