From 26cfc9d4f72ff7c4949f2480ace00c9af8333c0b Mon Sep 17 00:00:00 2001 From: midipix Date: Jun 19 2021 11:46:07 +0000 Subject: project: variant support: added (symlinked) logic for python-3.7.2. --- diff --git a/project/variants/3.7.2/common.mk b/project/variants/3.7.2/common.mk new file mode 120000 index 0000000..de18daf --- /dev/null +++ b/project/variants/3.7.2/common.mk @@ -0,0 +1 @@ +../3.7.1/common.mk \ No newline at end of file diff --git a/project/variants/3.7.2/headers.mk b/project/variants/3.7.2/headers.mk new file mode 120000 index 0000000..1a10223 --- /dev/null +++ b/project/variants/3.7.2/headers.mk @@ -0,0 +1 @@ +../3.7.1/headers.mk \ No newline at end of file diff --git a/project/variants/3.7.2/linkage b/project/variants/3.7.2/linkage new file mode 120000 index 0000000..4f8f588 --- /dev/null +++ b/project/variants/3.7.2/linkage @@ -0,0 +1 @@ +../3.7.1/linkage \ No newline at end of file diff --git a/project/variants/3.7.2/pyexts.h b/project/variants/3.7.2/pyexts.h new file mode 120000 index 0000000..ff0ae37 --- /dev/null +++ b/project/variants/3.7.2/pyexts.h @@ -0,0 +1 @@ +../3.7.1/pyexts.h \ No newline at end of file diff --git a/project/variants/3.7.2/pyexts.mk b/project/variants/3.7.2/pyexts.mk new file mode 120000 index 0000000..425ed99 --- /dev/null +++ b/project/variants/3.7.2/pyexts.mk @@ -0,0 +1 @@ +../3.7.1/pyexts.mk \ No newline at end of file diff --git a/project/variants/3.7.2/subsets.mk b/project/variants/3.7.2/subsets.mk new file mode 120000 index 0000000..3a40c38 --- /dev/null +++ b/project/variants/3.7.2/subsets.mk @@ -0,0 +1 @@ +../3.7.1/subsets.mk \ No newline at end of file