aboutsummaryrefslogtreecommitdiff
path: root/lang/python/python3/patches/025-choose-python-config-version.patch
blob: 7b9ee1e6b31b31e9e0d68b9bf8ec8cac4dd8fbf2 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -1644,7 +1644,7 @@ python-config: $(srcdir)/Misc/python-con
 	@ # On Darwin, always use the python version of the script, the shell
 	@ # version doesn't use the compiler customizations that are provided
 	@ # in python (_osx_support.py).
-	@if test `uname -s` = Darwin; then \
+	@if test "$(USE_PYTHON_CONFIG_PY)" = 1; then \
 		cp python-config.py python-config; \
 	fi