diff options
author | midipix <writeonce@midipix.org> | 2021-06-15 18:29:55 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-06-15 18:29:55 +0000 |
commit | ddf02bb5bd451cf6ce7db66f60e0c046f122b32e (patch) | |
tree | 428287160bb3081248df907f44c88c5193e4bbd7 /project | |
parent | 9212e67dffbdf59d656e644ede8efacffd2d2df0 (diff) | |
download | sbpython3-ddf02bb5bd451cf6ce7db66f60e0c046f122b32e.tar.bz2 sbpython3-ddf02bb5bd451cf6ce7db66f60e0c046f122b32e.tar.xz |
project: variant support: added (symlinked) logic for python-3.6.9.
Diffstat (limited to 'project')
l--------- | project/variants/3.6.9/common.mk | 1 | ||||
l--------- | project/variants/3.6.9/headers.mk | 1 | ||||
l--------- | project/variants/3.6.9/linkage | 1 | ||||
l--------- | project/variants/3.6.9/pyexts.h | 1 | ||||
l--------- | project/variants/3.6.9/pyexts.mk | 1 | ||||
l--------- | project/variants/3.6.9/subsets.mk | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/project/variants/3.6.9/common.mk b/project/variants/3.6.9/common.mk new file mode 120000 index 0000000..9a0c7b5 --- /dev/null +++ b/project/variants/3.6.9/common.mk @@ -0,0 +1 @@ +../3.6.8/common.mk
\ No newline at end of file diff --git a/project/variants/3.6.9/headers.mk b/project/variants/3.6.9/headers.mk new file mode 120000 index 0000000..d73ed53 --- /dev/null +++ b/project/variants/3.6.9/headers.mk @@ -0,0 +1 @@ +../3.6.8/headers.mk
\ No newline at end of file diff --git a/project/variants/3.6.9/linkage b/project/variants/3.6.9/linkage new file mode 120000 index 0000000..c2c83ff --- /dev/null +++ b/project/variants/3.6.9/linkage @@ -0,0 +1 @@ +../3.6.8/linkage
\ No newline at end of file diff --git a/project/variants/3.6.9/pyexts.h b/project/variants/3.6.9/pyexts.h new file mode 120000 index 0000000..1dd8b21 --- /dev/null +++ b/project/variants/3.6.9/pyexts.h @@ -0,0 +1 @@ +../3.6.8/pyexts.h
\ No newline at end of file diff --git a/project/variants/3.6.9/pyexts.mk b/project/variants/3.6.9/pyexts.mk new file mode 120000 index 0000000..9a031fe --- /dev/null +++ b/project/variants/3.6.9/pyexts.mk @@ -0,0 +1 @@ +../3.6.8/pyexts.mk
\ No newline at end of file diff --git a/project/variants/3.6.9/subsets.mk b/project/variants/3.6.9/subsets.mk new file mode 120000 index 0000000..480f2c0 --- /dev/null +++ b/project/variants/3.6.9/subsets.mk @@ -0,0 +1 @@ +../3.6.8/subsets.mk
\ No newline at end of file |