diff options
author | midipix <writeonce@midipix.org> | 2021-06-19 12:32:42 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-06-19 12:32:42 +0000 |
commit | f8e2b33197f0d787f09f6acce85c9202b84b0492 (patch) | |
tree | f8da490fefee96e8df6536e2207571f5dcde653c | |
parent | 4ea9ca7d9682e3ce1e1e8e9714758c4c703a13fb (diff) | |
download | sbpython3-f8e2b33197f0d787f09f6acce85c9202b84b0492.tar.bz2 sbpython3-f8e2b33197f0d787f09f6acce85c9202b84b0492.tar.xz |
project: variant support: added (symlinked) logic for python-3.7.10.
l--------- | project/variants/3.7.10/common.mk | 1 | ||||
l--------- | project/variants/3.7.10/headers.mk | 1 | ||||
l--------- | project/variants/3.7.10/linkage | 1 | ||||
l--------- | project/variants/3.7.10/pyexts.h | 1 | ||||
l--------- | project/variants/3.7.10/pyexts.mk | 1 | ||||
l--------- | project/variants/3.7.10/subsets.mk | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/project/variants/3.7.10/common.mk b/project/variants/3.7.10/common.mk new file mode 120000 index 0000000..f5863c1 --- /dev/null +++ b/project/variants/3.7.10/common.mk @@ -0,0 +1 @@ +../3.7.9/common.mk
\ No newline at end of file diff --git a/project/variants/3.7.10/headers.mk b/project/variants/3.7.10/headers.mk new file mode 120000 index 0000000..f5c5ba9 --- /dev/null +++ b/project/variants/3.7.10/headers.mk @@ -0,0 +1 @@ +../3.7.9/headers.mk
\ No newline at end of file diff --git a/project/variants/3.7.10/linkage b/project/variants/3.7.10/linkage new file mode 120000 index 0000000..e44a493 --- /dev/null +++ b/project/variants/3.7.10/linkage @@ -0,0 +1 @@ +../3.7.9/linkage
\ No newline at end of file diff --git a/project/variants/3.7.10/pyexts.h b/project/variants/3.7.10/pyexts.h new file mode 120000 index 0000000..cb2ac60 --- /dev/null +++ b/project/variants/3.7.10/pyexts.h @@ -0,0 +1 @@ +../3.7.9/pyexts.h
\ No newline at end of file diff --git a/project/variants/3.7.10/pyexts.mk b/project/variants/3.7.10/pyexts.mk new file mode 120000 index 0000000..83e71cf --- /dev/null +++ b/project/variants/3.7.10/pyexts.mk @@ -0,0 +1 @@ +../3.7.9/pyexts.mk
\ No newline at end of file diff --git a/project/variants/3.7.10/subsets.mk b/project/variants/3.7.10/subsets.mk new file mode 120000 index 0000000..e771bec --- /dev/null +++ b/project/variants/3.7.10/subsets.mk @@ -0,0 +1 @@ +../3.7.9/subsets.mk
\ No newline at end of file |