diff options
author | midipix <writeonce@midipix.org> | 2021-06-19 11:46:07 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-06-19 11:46:07 +0000 |
commit | 26cfc9d4f72ff7c4949f2480ace00c9af8333c0b (patch) | |
tree | 569ba48287541630ba0bd487b513521e13c62486 | |
parent | a0283cfff40bac0bc9d890eb3bb9d6cb59914930 (diff) | |
download | sbpython3-26cfc9d4f72ff7c4949f2480ace00c9af8333c0b.tar.bz2 sbpython3-26cfc9d4f72ff7c4949f2480ace00c9af8333c0b.tar.xz |
project: variant support: added (symlinked) logic for python-3.7.2.
l--------- | project/variants/3.7.2/common.mk | 1 | ||||
l--------- | project/variants/3.7.2/headers.mk | 1 | ||||
l--------- | project/variants/3.7.2/linkage | 1 | ||||
l--------- | project/variants/3.7.2/pyexts.h | 1 | ||||
l--------- | project/variants/3.7.2/pyexts.mk | 1 | ||||
l--------- | project/variants/3.7.2/subsets.mk | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/project/variants/3.7.2/common.mk b/project/variants/3.7.2/common.mk new file mode 120000 index 0000000..de18daf --- /dev/null +++ b/project/variants/3.7.2/common.mk @@ -0,0 +1 @@ +../3.7.1/common.mk
\ No newline at end of file diff --git a/project/variants/3.7.2/headers.mk b/project/variants/3.7.2/headers.mk new file mode 120000 index 0000000..1a10223 --- /dev/null +++ b/project/variants/3.7.2/headers.mk @@ -0,0 +1 @@ +../3.7.1/headers.mk
\ No newline at end of file diff --git a/project/variants/3.7.2/linkage b/project/variants/3.7.2/linkage new file mode 120000 index 0000000..4f8f588 --- /dev/null +++ b/project/variants/3.7.2/linkage @@ -0,0 +1 @@ +../3.7.1/linkage
\ No newline at end of file diff --git a/project/variants/3.7.2/pyexts.h b/project/variants/3.7.2/pyexts.h new file mode 120000 index 0000000..ff0ae37 --- /dev/null +++ b/project/variants/3.7.2/pyexts.h @@ -0,0 +1 @@ +../3.7.1/pyexts.h
\ No newline at end of file diff --git a/project/variants/3.7.2/pyexts.mk b/project/variants/3.7.2/pyexts.mk new file mode 120000 index 0000000..425ed99 --- /dev/null +++ b/project/variants/3.7.2/pyexts.mk @@ -0,0 +1 @@ +../3.7.1/pyexts.mk
\ No newline at end of file diff --git a/project/variants/3.7.2/subsets.mk b/project/variants/3.7.2/subsets.mk new file mode 120000 index 0000000..3a40c38 --- /dev/null +++ b/project/variants/3.7.2/subsets.mk @@ -0,0 +1 @@ +../3.7.1/subsets.mk
\ No newline at end of file |