diff options
author | midipix <writeonce@midipix.org> | 2021-06-19 12:29:45 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-06-19 12:29:45 +0000 |
commit | cef9a1faae25448b75efc62108c9c1ecf9f558c4 (patch) | |
tree | cfb8e104f952eb0519893b4ad2c1be942d44cbdc | |
parent | ac17f2bed685fd819315e137b588154c7cb7b921 (diff) | |
download | sbpython3-cef9a1faae25448b75efc62108c9c1ecf9f558c4.tar.bz2 sbpython3-cef9a1faae25448b75efc62108c9c1ecf9f558c4.tar.xz |
project: variant support: added (symlinked) logic for python-3.7.7.
l--------- | project/variants/3.7.7/common.mk | 1 | ||||
l--------- | project/variants/3.7.7/headers.mk | 1 | ||||
l--------- | project/variants/3.7.7/linkage | 1 | ||||
l--------- | project/variants/3.7.7/pyexts.h | 1 | ||||
l--------- | project/variants/3.7.7/pyexts.mk | 1 | ||||
l--------- | project/variants/3.7.7/subsets.mk | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/project/variants/3.7.7/common.mk b/project/variants/3.7.7/common.mk new file mode 120000 index 0000000..0a47452 --- /dev/null +++ b/project/variants/3.7.7/common.mk @@ -0,0 +1 @@ +../3.7.6/common.mk
\ No newline at end of file diff --git a/project/variants/3.7.7/headers.mk b/project/variants/3.7.7/headers.mk new file mode 120000 index 0000000..e9d6965 --- /dev/null +++ b/project/variants/3.7.7/headers.mk @@ -0,0 +1 @@ +../3.7.6/headers.mk
\ No newline at end of file diff --git a/project/variants/3.7.7/linkage b/project/variants/3.7.7/linkage new file mode 120000 index 0000000..30f29ed --- /dev/null +++ b/project/variants/3.7.7/linkage @@ -0,0 +1 @@ +../3.7.6/linkage
\ No newline at end of file diff --git a/project/variants/3.7.7/pyexts.h b/project/variants/3.7.7/pyexts.h new file mode 120000 index 0000000..3b0f547 --- /dev/null +++ b/project/variants/3.7.7/pyexts.h @@ -0,0 +1 @@ +../3.7.6/pyexts.h
\ No newline at end of file diff --git a/project/variants/3.7.7/pyexts.mk b/project/variants/3.7.7/pyexts.mk new file mode 120000 index 0000000..5670337 --- /dev/null +++ b/project/variants/3.7.7/pyexts.mk @@ -0,0 +1 @@ +../3.7.6/pyexts.mk
\ No newline at end of file diff --git a/project/variants/3.7.7/subsets.mk b/project/variants/3.7.7/subsets.mk new file mode 120000 index 0000000..da7dc10 --- /dev/null +++ b/project/variants/3.7.7/subsets.mk @@ -0,0 +1 @@ +../3.7.6/subsets.mk
\ No newline at end of file |