diff options
author | midipix <writeonce@midipix.org> | 2021-06-15 17:58:39 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-06-15 17:58:39 +0000 |
commit | 8cff7108a641880ede562d604b7a53d50ce8330b (patch) | |
tree | eb9068bb344cc415c9acaeb229bd36220069b3d8 /project | |
parent | e79ceb4a2b8d4b482ff9ddfd1e39a8aa1113e0e2 (diff) | |
download | sbpython3-8cff7108a641880ede562d604b7a53d50ce8330b.tar.bz2 sbpython3-8cff7108a641880ede562d604b7a53d50ce8330b.tar.xz |
project: variant support: added (symlinked) logic for python-3.6.6.
Diffstat (limited to 'project')
l--------- | project/variants/3.6.6/common.mk | 1 | ||||
l--------- | project/variants/3.6.6/headers.mk | 1 | ||||
l--------- | project/variants/3.6.6/linkage | 1 | ||||
l--------- | project/variants/3.6.6/pyexts.h | 1 | ||||
l--------- | project/variants/3.6.6/pyexts.mk | 1 | ||||
l--------- | project/variants/3.6.6/subsets.mk | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/project/variants/3.6.6/common.mk b/project/variants/3.6.6/common.mk new file mode 120000 index 0000000..06cb087 --- /dev/null +++ b/project/variants/3.6.6/common.mk @@ -0,0 +1 @@ +../3.6.5/common.mk
\ No newline at end of file diff --git a/project/variants/3.6.6/headers.mk b/project/variants/3.6.6/headers.mk new file mode 120000 index 0000000..fe0ec32 --- /dev/null +++ b/project/variants/3.6.6/headers.mk @@ -0,0 +1 @@ +../3.6.5/headers.mk
\ No newline at end of file diff --git a/project/variants/3.6.6/linkage b/project/variants/3.6.6/linkage new file mode 120000 index 0000000..5fe384b --- /dev/null +++ b/project/variants/3.6.6/linkage @@ -0,0 +1 @@ +../3.6.5/linkage
\ No newline at end of file diff --git a/project/variants/3.6.6/pyexts.h b/project/variants/3.6.6/pyexts.h new file mode 120000 index 0000000..607e7e4 --- /dev/null +++ b/project/variants/3.6.6/pyexts.h @@ -0,0 +1 @@ +../3.6.5/pyexts.h
\ No newline at end of file diff --git a/project/variants/3.6.6/pyexts.mk b/project/variants/3.6.6/pyexts.mk new file mode 120000 index 0000000..519ab3d --- /dev/null +++ b/project/variants/3.6.6/pyexts.mk @@ -0,0 +1 @@ +../3.6.5/pyexts.mk
\ No newline at end of file diff --git a/project/variants/3.6.6/subsets.mk b/project/variants/3.6.6/subsets.mk new file mode 120000 index 0000000..11cdd4d --- /dev/null +++ b/project/variants/3.6.6/subsets.mk @@ -0,0 +1 @@ +../3.6.5/subsets.mk
\ No newline at end of file |