diff options
author | midipix <writeonce@midipix.org> | 2021-06-15 17:28:58 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-06-15 17:28:58 +0000 |
commit | e020009d7dfab004ae6b77353378f7067ceaeb54 (patch) | |
tree | 78e8e61da3dd398e51a25d261ab1a5d0588c72fd | |
parent | 5708cc9b821c9ca183e38ef812674fae18b3b82c (diff) | |
download | sbpython3-e020009d7dfab004ae6b77353378f7067ceaeb54.tar.bz2 sbpython3-e020009d7dfab004ae6b77353378f7067ceaeb54.tar.xz |
project: variant support: added (symlinked) logic for python-3.6.5.
l--------- | project/variants/3.6.5/common.mk | 1 | ||||
l--------- | project/variants/3.6.5/headers.mk | 1 | ||||
l--------- | project/variants/3.6.5/linkage | 1 | ||||
l--------- | project/variants/3.6.5/pyexts.h | 1 | ||||
l--------- | project/variants/3.6.5/pyexts.mk | 1 | ||||
l--------- | project/variants/3.6.5/subsets.mk | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/project/variants/3.6.5/common.mk b/project/variants/3.6.5/common.mk new file mode 120000 index 0000000..7727f2b --- /dev/null +++ b/project/variants/3.6.5/common.mk @@ -0,0 +1 @@ +../3.6.4/common.mk
\ No newline at end of file diff --git a/project/variants/3.6.5/headers.mk b/project/variants/3.6.5/headers.mk new file mode 120000 index 0000000..e1bf87b --- /dev/null +++ b/project/variants/3.6.5/headers.mk @@ -0,0 +1 @@ +../3.6.4/headers.mk
\ No newline at end of file diff --git a/project/variants/3.6.5/linkage b/project/variants/3.6.5/linkage new file mode 120000 index 0000000..6b609e6 --- /dev/null +++ b/project/variants/3.6.5/linkage @@ -0,0 +1 @@ +../3.6.4/linkage
\ No newline at end of file diff --git a/project/variants/3.6.5/pyexts.h b/project/variants/3.6.5/pyexts.h new file mode 120000 index 0000000..eae5053 --- /dev/null +++ b/project/variants/3.6.5/pyexts.h @@ -0,0 +1 @@ +../3.6.4/pyexts.h
\ No newline at end of file diff --git a/project/variants/3.6.5/pyexts.mk b/project/variants/3.6.5/pyexts.mk new file mode 120000 index 0000000..5e4208b --- /dev/null +++ b/project/variants/3.6.5/pyexts.mk @@ -0,0 +1 @@ +../3.6.4/pyexts.mk
\ No newline at end of file diff --git a/project/variants/3.6.5/subsets.mk b/project/variants/3.6.5/subsets.mk new file mode 120000 index 0000000..974e572 --- /dev/null +++ b/project/variants/3.6.5/subsets.mk @@ -0,0 +1 @@ +../3.6.4/subsets.mk
\ No newline at end of file |