mirror of
https://github.com/openwrt/packages.git
synced 2025-02-07 12:49:50 +00:00
Also bumps setuptools to version 24.0 Run tested: aarch64, Dynalink DL-WRX36, Master Branch Maintainer: Jeffery To <jeffery.to@gmail.com> Signed-off-by: Sean Khan <datapronix@protonmail.com>
12 lines
421 B
Diff
12 lines
421 B
Diff
--- a/Makefile.pre.in
|
|
+++ b/Makefile.pre.in
|
|
@@ -2189,7 +2189,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
|
|
|