diff options
author | midipix <writeonce@midipix.org> | 2021-06-15 19:02:08 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-06-15 19:02:08 +0000 |
commit | 47d0df6b5723ef30df4acc671e0f8ad50b1a20e8 (patch) | |
tree | 743913ce2acb6337627aef3fb593941a17ca9ff1 | |
parent | 81333797e93fad86b787b8cae354771b3ce59a34 (diff) | |
download | sbpython3-47d0df6b5723ef30df4acc671e0f8ad50b1a20e8.tar.bz2 sbpython3-47d0df6b5723ef30df4acc671e0f8ad50b1a20e8.tar.xz |
project: variant support: added (symlinked) logic for python-3.6.13.
l--------- | project/variants/3.6.13/common.mk | 1 | ||||
l--------- | project/variants/3.6.13/headers.mk | 1 | ||||
l--------- | project/variants/3.6.13/linkage | 1 | ||||
l--------- | project/variants/3.6.13/pyexts.h | 1 | ||||
l--------- | project/variants/3.6.13/pyexts.mk | 1 | ||||
l--------- | project/variants/3.6.13/subsets.mk | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/project/variants/3.6.13/common.mk b/project/variants/3.6.13/common.mk new file mode 120000 index 0000000..7265811 --- /dev/null +++ b/project/variants/3.6.13/common.mk @@ -0,0 +1 @@ +../3.6.12/common.mk
\ No newline at end of file diff --git a/project/variants/3.6.13/headers.mk b/project/variants/3.6.13/headers.mk new file mode 120000 index 0000000..12f4517 --- /dev/null +++ b/project/variants/3.6.13/headers.mk @@ -0,0 +1 @@ +../3.6.12/headers.mk
\ No newline at end of file diff --git a/project/variants/3.6.13/linkage b/project/variants/3.6.13/linkage new file mode 120000 index 0000000..610dcec --- /dev/null +++ b/project/variants/3.6.13/linkage @@ -0,0 +1 @@ +../3.6.12/linkage
\ No newline at end of file diff --git a/project/variants/3.6.13/pyexts.h b/project/variants/3.6.13/pyexts.h new file mode 120000 index 0000000..c7cdb1d --- /dev/null +++ b/project/variants/3.6.13/pyexts.h @@ -0,0 +1 @@ +../3.6.12/pyexts.h
\ No newline at end of file diff --git a/project/variants/3.6.13/pyexts.mk b/project/variants/3.6.13/pyexts.mk new file mode 120000 index 0000000..cb2f892 --- /dev/null +++ b/project/variants/3.6.13/pyexts.mk @@ -0,0 +1 @@ +../3.6.12/pyexts.mk
\ No newline at end of file diff --git a/project/variants/3.6.13/subsets.mk b/project/variants/3.6.13/subsets.mk new file mode 120000 index 0000000..4e4108f --- /dev/null +++ b/project/variants/3.6.13/subsets.mk @@ -0,0 +1 @@ +../3.6.12/subsets.mk
\ No newline at end of file |