diff options
author | midipix <writeonce@midipix.org> | 2021-06-19 11:52:55 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-06-19 11:52:55 +0000 |
commit | 8e1a9b7ab61accc3220909f3375d1360b85ada10 (patch) | |
tree | 24a0f4e0085f9351076ead4ec560cf9bc8b73cdd /project | |
parent | d462a7dcbd99eb3231d64302eac2ac01f8b41a50 (diff) | |
download | sbpython3-8e1a9b7ab61accc3220909f3375d1360b85ada10.tar.bz2 sbpython3-8e1a9b7ab61accc3220909f3375d1360b85ada10.tar.xz |
project: variant support: added (symlinked) logic for python-3.7.5.
Diffstat (limited to 'project')
l--------- | project/variants/3.7.5/common.mk | 1 | ||||
l--------- | project/variants/3.7.5/headers.mk | 1 | ||||
l--------- | project/variants/3.7.5/linkage | 1 | ||||
l--------- | project/variants/3.7.5/pyexts.h | 1 | ||||
l--------- | project/variants/3.7.5/pyexts.mk | 1 | ||||
l--------- | project/variants/3.7.5/subsets.mk | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/project/variants/3.7.5/common.mk b/project/variants/3.7.5/common.mk new file mode 120000 index 0000000..d05a3af --- /dev/null +++ b/project/variants/3.7.5/common.mk @@ -0,0 +1 @@ +../3.7.4/common.mk
\ No newline at end of file diff --git a/project/variants/3.7.5/headers.mk b/project/variants/3.7.5/headers.mk new file mode 120000 index 0000000..fa3fe4c --- /dev/null +++ b/project/variants/3.7.5/headers.mk @@ -0,0 +1 @@ +../3.7.4/headers.mk
\ No newline at end of file diff --git a/project/variants/3.7.5/linkage b/project/variants/3.7.5/linkage new file mode 120000 index 0000000..77b4788 --- /dev/null +++ b/project/variants/3.7.5/linkage @@ -0,0 +1 @@ +../3.7.4/linkage
\ No newline at end of file diff --git a/project/variants/3.7.5/pyexts.h b/project/variants/3.7.5/pyexts.h new file mode 120000 index 0000000..4a5817f --- /dev/null +++ b/project/variants/3.7.5/pyexts.h @@ -0,0 +1 @@ +../3.7.4/pyexts.h
\ No newline at end of file diff --git a/project/variants/3.7.5/pyexts.mk b/project/variants/3.7.5/pyexts.mk new file mode 120000 index 0000000..ff2a65e --- /dev/null +++ b/project/variants/3.7.5/pyexts.mk @@ -0,0 +1 @@ +../3.7.4/pyexts.mk
\ No newline at end of file diff --git a/project/variants/3.7.5/subsets.mk b/project/variants/3.7.5/subsets.mk new file mode 120000 index 0000000..ba48671 --- /dev/null +++ b/project/variants/3.7.5/subsets.mk @@ -0,0 +1 @@ +../3.7.4/subsets.mk
\ No newline at end of file |