diff options
author | midipix <writeonce@midipix.org> | 2021-06-19 11:49:33 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-06-19 11:49:33 +0000 |
commit | 7e85fd7be57746fb6f97500ec708db05c076f3c1 (patch) | |
tree | fc099b60a2b8a68ebfb5a9e145777368593f5ec5 /project/variants | |
parent | d57659dca8c697fe26f4612a454f9f2296aed6e1 (diff) | |
download | sbpython3-7e85fd7be57746fb6f97500ec708db05c076f3c1.tar.bz2 sbpython3-7e85fd7be57746fb6f97500ec708db05c076f3c1.tar.xz |
project: variant support: added (symlinked) logic for python-3.7.4.
Diffstat (limited to 'project/variants')
l--------- | project/variants/3.7.4/common.mk | 1 | ||||
l--------- | project/variants/3.7.4/headers.mk | 1 | ||||
l--------- | project/variants/3.7.4/linkage | 1 | ||||
l--------- | project/variants/3.7.4/pyexts.h | 1 | ||||
l--------- | project/variants/3.7.4/pyexts.mk | 1 | ||||
l--------- | project/variants/3.7.4/subsets.mk | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/project/variants/3.7.4/common.mk b/project/variants/3.7.4/common.mk new file mode 120000 index 0000000..2d96164 --- /dev/null +++ b/project/variants/3.7.4/common.mk @@ -0,0 +1 @@ +../3.7.2/common.mk
\ No newline at end of file diff --git a/project/variants/3.7.4/headers.mk b/project/variants/3.7.4/headers.mk new file mode 120000 index 0000000..b1de3dd --- /dev/null +++ b/project/variants/3.7.4/headers.mk @@ -0,0 +1 @@ +../3.7.2/headers.mk
\ No newline at end of file diff --git a/project/variants/3.7.4/linkage b/project/variants/3.7.4/linkage new file mode 120000 index 0000000..b9af93f --- /dev/null +++ b/project/variants/3.7.4/linkage @@ -0,0 +1 @@ +../3.7.2/linkage
\ No newline at end of file diff --git a/project/variants/3.7.4/pyexts.h b/project/variants/3.7.4/pyexts.h new file mode 120000 index 0000000..1910b74 --- /dev/null +++ b/project/variants/3.7.4/pyexts.h @@ -0,0 +1 @@ +../3.7.2/pyexts.h
\ No newline at end of file diff --git a/project/variants/3.7.4/pyexts.mk b/project/variants/3.7.4/pyexts.mk new file mode 120000 index 0000000..18abb3f --- /dev/null +++ b/project/variants/3.7.4/pyexts.mk @@ -0,0 +1 @@ +../3.7.2/pyexts.mk
\ No newline at end of file diff --git a/project/variants/3.7.4/subsets.mk b/project/variants/3.7.4/subsets.mk new file mode 120000 index 0000000..5084d01 --- /dev/null +++ b/project/variants/3.7.4/subsets.mk @@ -0,0 +1 @@ +../3.7.2/subsets.mk
\ No newline at end of file |