diff options
author | midipix <writeonce@midipix.org> | 2021-06-15 18:11:39 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-06-15 18:11:39 +0000 |
commit | 8fa7de2089df91324692ffb356a9b31bedbc10a2 (patch) | |
tree | e290c32529734c689f48dfe812e949ab0edcaea6 | |
parent | b649a8a78ba7c98a9dd89b9f5717f4e6432de9a5 (diff) | |
download | sbpython3-8fa7de2089df91324692ffb356a9b31bedbc10a2.tar.bz2 sbpython3-8fa7de2089df91324692ffb356a9b31bedbc10a2.tar.xz |
project: variant support: added (symlinked) logic for python-3.6.7.
l--------- | project/variants/3.6.7/common.mk | 1 | ||||
l--------- | project/variants/3.6.7/headers.mk | 1 | ||||
l--------- | project/variants/3.6.7/linkage | 1 | ||||
l--------- | project/variants/3.6.7/pyexts.h | 1 | ||||
l--------- | project/variants/3.6.7/pyexts.mk | 1 | ||||
l--------- | project/variants/3.6.7/subsets.mk | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/project/variants/3.6.7/common.mk b/project/variants/3.6.7/common.mk new file mode 120000 index 0000000..dec7c58 --- /dev/null +++ b/project/variants/3.6.7/common.mk @@ -0,0 +1 @@ +../3.6.6/common.mk
\ No newline at end of file diff --git a/project/variants/3.6.7/headers.mk b/project/variants/3.6.7/headers.mk new file mode 120000 index 0000000..a4b1d88 --- /dev/null +++ b/project/variants/3.6.7/headers.mk @@ -0,0 +1 @@ +../3.6.6/headers.mk
\ No newline at end of file diff --git a/project/variants/3.6.7/linkage b/project/variants/3.6.7/linkage new file mode 120000 index 0000000..7ae278a --- /dev/null +++ b/project/variants/3.6.7/linkage @@ -0,0 +1 @@ +../3.6.6/linkage
\ No newline at end of file diff --git a/project/variants/3.6.7/pyexts.h b/project/variants/3.6.7/pyexts.h new file mode 120000 index 0000000..39b6bda --- /dev/null +++ b/project/variants/3.6.7/pyexts.h @@ -0,0 +1 @@ +../3.6.6/pyexts.h
\ No newline at end of file diff --git a/project/variants/3.6.7/pyexts.mk b/project/variants/3.6.7/pyexts.mk new file mode 120000 index 0000000..ce7f1f9 --- /dev/null +++ b/project/variants/3.6.7/pyexts.mk @@ -0,0 +1 @@ +../3.6.6/pyexts.mk
\ No newline at end of file diff --git a/project/variants/3.6.7/subsets.mk b/project/variants/3.6.7/subsets.mk new file mode 120000 index 0000000..3389df6 --- /dev/null +++ b/project/variants/3.6.7/subsets.mk @@ -0,0 +1 @@ +../3.6.6/subsets.mk
\ No newline at end of file |