diff options
author | midipix <writeonce@midipix.org> | 2021-06-15 18:58:49 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-06-15 18:58:49 +0000 |
commit | 0470b26a833d2395d17a668dbddf84b66b7d1e08 (patch) | |
tree | e10241cbaef25c3ed49b98a65c970033e8e249dc /project/variants/3.6.11 | |
parent | 736dda1ca0b71af5913b36c05ee4083950c110fd (diff) | |
download | sbpython3-0470b26a833d2395d17a668dbddf84b66b7d1e08.tar.bz2 sbpython3-0470b26a833d2395d17a668dbddf84b66b7d1e08.tar.xz |
project: variant support: added (symlinked) logic for python-3.6.11.
Diffstat (limited to 'project/variants/3.6.11')
l--------- | project/variants/3.6.11/common.mk | 1 | ||||
l--------- | project/variants/3.6.11/headers.mk | 1 | ||||
l--------- | project/variants/3.6.11/linkage | 1 | ||||
l--------- | project/variants/3.6.11/pyexts.h | 1 | ||||
l--------- | project/variants/3.6.11/pyexts.mk | 1 | ||||
l--------- | project/variants/3.6.11/subsets.mk | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/project/variants/3.6.11/common.mk b/project/variants/3.6.11/common.mk new file mode 120000 index 0000000..e9c4b64 --- /dev/null +++ b/project/variants/3.6.11/common.mk @@ -0,0 +1 @@ +../3.6.10/common.mk
\ No newline at end of file diff --git a/project/variants/3.6.11/headers.mk b/project/variants/3.6.11/headers.mk new file mode 120000 index 0000000..8d1095f --- /dev/null +++ b/project/variants/3.6.11/headers.mk @@ -0,0 +1 @@ +../3.6.10/headers.mk
\ No newline at end of file diff --git a/project/variants/3.6.11/linkage b/project/variants/3.6.11/linkage new file mode 120000 index 0000000..c6975ec --- /dev/null +++ b/project/variants/3.6.11/linkage @@ -0,0 +1 @@ +../3.6.10/linkage
\ No newline at end of file diff --git a/project/variants/3.6.11/pyexts.h b/project/variants/3.6.11/pyexts.h new file mode 120000 index 0000000..cc6435d --- /dev/null +++ b/project/variants/3.6.11/pyexts.h @@ -0,0 +1 @@ +../3.6.10/pyexts.h
\ No newline at end of file diff --git a/project/variants/3.6.11/pyexts.mk b/project/variants/3.6.11/pyexts.mk new file mode 120000 index 0000000..ae9e487 --- /dev/null +++ b/project/variants/3.6.11/pyexts.mk @@ -0,0 +1 @@ +../3.6.10/pyexts.mk
\ No newline at end of file diff --git a/project/variants/3.6.11/subsets.mk b/project/variants/3.6.11/subsets.mk new file mode 120000 index 0000000..ef512ff --- /dev/null +++ b/project/variants/3.6.11/subsets.mk @@ -0,0 +1 @@ +../3.6.10/subsets.mk
\ No newline at end of file |