diff options
author | midipix <writeonce@midipix.org> | 2021-06-15 18:57:06 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-06-15 18:57:06 +0000 |
commit | b2c45c2eda45119e6cabdf49106b3c85e02076e7 (patch) | |
tree | d1ed91a17b2c1a9bad1f5b4b38e5c38892a6ada4 | |
parent | fffe856e63c6a2903b9aa272148c5a3b1a781af2 (diff) | |
download | sbpython3-b2c45c2eda45119e6cabdf49106b3c85e02076e7.tar.bz2 sbpython3-b2c45c2eda45119e6cabdf49106b3c85e02076e7.tar.xz |
project: variant support: added (symlinked) logic for python-3.6.10.
l--------- | project/variants/3.6.10/common.mk | 1 | ||||
l--------- | project/variants/3.6.10/headers.mk | 1 | ||||
l--------- | project/variants/3.6.10/linkage | 1 | ||||
l--------- | project/variants/3.6.10/pyexts.h | 1 | ||||
l--------- | project/variants/3.6.10/pyexts.mk | 1 | ||||
l--------- | project/variants/3.6.10/subsets.mk | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/project/variants/3.6.10/common.mk b/project/variants/3.6.10/common.mk new file mode 120000 index 0000000..b0a810c --- /dev/null +++ b/project/variants/3.6.10/common.mk @@ -0,0 +1 @@ +../3.6.9/common.mk
\ No newline at end of file diff --git a/project/variants/3.6.10/headers.mk b/project/variants/3.6.10/headers.mk new file mode 120000 index 0000000..4849e73 --- /dev/null +++ b/project/variants/3.6.10/headers.mk @@ -0,0 +1 @@ +../3.6.9/headers.mk
\ No newline at end of file diff --git a/project/variants/3.6.10/linkage b/project/variants/3.6.10/linkage new file mode 120000 index 0000000..4127aa3 --- /dev/null +++ b/project/variants/3.6.10/linkage @@ -0,0 +1 @@ +../3.6.9/linkage
\ No newline at end of file diff --git a/project/variants/3.6.10/pyexts.h b/project/variants/3.6.10/pyexts.h new file mode 120000 index 0000000..a2a3daf --- /dev/null +++ b/project/variants/3.6.10/pyexts.h @@ -0,0 +1 @@ +../3.6.9/pyexts.h
\ No newline at end of file diff --git a/project/variants/3.6.10/pyexts.mk b/project/variants/3.6.10/pyexts.mk new file mode 120000 index 0000000..6f5a2b0 --- /dev/null +++ b/project/variants/3.6.10/pyexts.mk @@ -0,0 +1 @@ +../3.6.9/pyexts.mk
\ No newline at end of file diff --git a/project/variants/3.6.10/subsets.mk b/project/variants/3.6.10/subsets.mk new file mode 120000 index 0000000..bcb673a --- /dev/null +++ b/project/variants/3.6.10/subsets.mk @@ -0,0 +1 @@ +../3.6.9/subsets.mk
\ No newline at end of file |