From 7936e4b0fa2fac0c9d7ce6d2f22de59d732442d6 Mon Sep 17 00:00:00 2001 From: midipix Date: Tue, 15 Jun 2021 19:00:44 +0000 Subject: project: variant support: added (symlinked) logic for python-3.6.12. --- project/variants/3.6.12/common.mk | 1 + project/variants/3.6.12/headers.mk | 1 + project/variants/3.6.12/linkage | 1 + project/variants/3.6.12/pyexts.h | 1 + project/variants/3.6.12/pyexts.mk | 1 + project/variants/3.6.12/subsets.mk | 1 + 6 files changed, 6 insertions(+) create mode 120000 project/variants/3.6.12/common.mk create mode 120000 project/variants/3.6.12/headers.mk create mode 120000 project/variants/3.6.12/linkage create mode 120000 project/variants/3.6.12/pyexts.h create mode 120000 project/variants/3.6.12/pyexts.mk create mode 120000 project/variants/3.6.12/subsets.mk diff --git a/project/variants/3.6.12/common.mk b/project/variants/3.6.12/common.mk new file mode 120000 index 0000000..1211b8f --- /dev/null +++ b/project/variants/3.6.12/common.mk @@ -0,0 +1 @@ +../3.6.11/common.mk \ No newline at end of file diff --git a/project/variants/3.6.12/headers.mk b/project/variants/3.6.12/headers.mk new file mode 120000 index 0000000..be71a1a --- /dev/null +++ b/project/variants/3.6.12/headers.mk @@ -0,0 +1 @@ +../3.6.11/headers.mk \ No newline at end of file diff --git a/project/variants/3.6.12/linkage b/project/variants/3.6.12/linkage new file mode 120000 index 0000000..3ce68e4 --- /dev/null +++ b/project/variants/3.6.12/linkage @@ -0,0 +1 @@ +../3.6.11/linkage \ No newline at end of file diff --git a/project/variants/3.6.12/pyexts.h b/project/variants/3.6.12/pyexts.h new file mode 120000 index 0000000..0f3da83 --- /dev/null +++ b/project/variants/3.6.12/pyexts.h @@ -0,0 +1 @@ +../3.6.11/pyexts.h \ No newline at end of file diff --git a/project/variants/3.6.12/pyexts.mk b/project/variants/3.6.12/pyexts.mk new file mode 120000 index 0000000..3bd9265 --- /dev/null +++ b/project/variants/3.6.12/pyexts.mk @@ -0,0 +1 @@ +../3.6.11/pyexts.mk \ No newline at end of file diff --git a/project/variants/3.6.12/subsets.mk b/project/variants/3.6.12/subsets.mk new file mode 120000 index 0000000..ee88972 --- /dev/null +++ b/project/variants/3.6.12/subsets.mk @@ -0,0 +1 @@ +../3.6.11/subsets.mk \ No newline at end of file -- cgit v1.2.3