diff options
author | midipix <writeonce@midipix.org> | 2021-06-15 19:00:44 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-06-15 19:00:44 +0000 |
commit | 7936e4b0fa2fac0c9d7ce6d2f22de59d732442d6 (patch) | |
tree | 05a713b12e9d78c9d754511f517b824fe8bb2050 /project/variants | |
parent | 1f4fba47be358af3bffad9f7b1592e36524e68ef (diff) | |
download | sbpython3-7936e4b0fa2fac0c9d7ce6d2f22de59d732442d6.tar.bz2 sbpython3-7936e4b0fa2fac0c9d7ce6d2f22de59d732442d6.tar.xz |
project: variant support: added (symlinked) logic for python-3.6.12.
Diffstat (limited to 'project/variants')
l--------- | project/variants/3.6.12/common.mk | 1 | ||||
l--------- | project/variants/3.6.12/headers.mk | 1 | ||||
l--------- | project/variants/3.6.12/linkage | 1 | ||||
l--------- | project/variants/3.6.12/pyexts.h | 1 | ||||
l--------- | project/variants/3.6.12/pyexts.mk | 1 | ||||
l--------- | project/variants/3.6.12/subsets.mk | 1 |
6 files changed, 6 insertions, 0 deletions
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 |