diff options
author | midipix <writeonce@midipix.org> | 2021-06-15 17:27:34 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-06-15 17:27:34 +0000 |
commit | 3dfda97a8492e270e0d10e3b0e2d68dc5ea15e5b (patch) | |
tree | a05565c8f3e9b95ed4162ad5c3ca1b60ea769014 /project | |
parent | 0fa9e13dc118253e9603bfea764ed4e9d6c8ed9e (diff) | |
download | sbpython3-3dfda97a8492e270e0d10e3b0e2d68dc5ea15e5b.tar.bz2 sbpython3-3dfda97a8492e270e0d10e3b0e2d68dc5ea15e5b.tar.xz |
project: variant support: added (symlinked) logic for python-3.6.4.
Diffstat (limited to 'project')
l--------- | project/variants/3.6.4/common.mk | 1 | ||||
l--------- | project/variants/3.6.4/headers.mk | 1 | ||||
l--------- | project/variants/3.6.4/linkage | 1 | ||||
l--------- | project/variants/3.6.4/pyexts.h | 1 | ||||
l--------- | project/variants/3.6.4/pyexts.mk | 1 | ||||
l--------- | project/variants/3.6.4/subsets.mk | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/project/variants/3.6.4/common.mk b/project/variants/3.6.4/common.mk new file mode 120000 index 0000000..741fada --- /dev/null +++ b/project/variants/3.6.4/common.mk @@ -0,0 +1 @@ +../3.6.3/common.mk
\ No newline at end of file diff --git a/project/variants/3.6.4/headers.mk b/project/variants/3.6.4/headers.mk new file mode 120000 index 0000000..0763bbd --- /dev/null +++ b/project/variants/3.6.4/headers.mk @@ -0,0 +1 @@ +../3.6.3/headers.mk
\ No newline at end of file diff --git a/project/variants/3.6.4/linkage b/project/variants/3.6.4/linkage new file mode 120000 index 0000000..1454156 --- /dev/null +++ b/project/variants/3.6.4/linkage @@ -0,0 +1 @@ +../3.6.3/linkage
\ No newline at end of file diff --git a/project/variants/3.6.4/pyexts.h b/project/variants/3.6.4/pyexts.h new file mode 120000 index 0000000..a907688 --- /dev/null +++ b/project/variants/3.6.4/pyexts.h @@ -0,0 +1 @@ +../3.6.3/pyexts.h
\ No newline at end of file diff --git a/project/variants/3.6.4/pyexts.mk b/project/variants/3.6.4/pyexts.mk new file mode 120000 index 0000000..5a79caf --- /dev/null +++ b/project/variants/3.6.4/pyexts.mk @@ -0,0 +1 @@ +../3.6.3/pyexts.mk
\ No newline at end of file diff --git a/project/variants/3.6.4/subsets.mk b/project/variants/3.6.4/subsets.mk new file mode 120000 index 0000000..4107df9 --- /dev/null +++ b/project/variants/3.6.4/subsets.mk @@ -0,0 +1 @@ +../3.6.3/subsets.mk
\ No newline at end of file |