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