We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af902a1 commit dd23ad9Copy full SHA for dd23ad9
Makefile
@@ -247,8 +247,8 @@ endif
247
# distro Python in CI, which is why deps-ci doesn't install Python!
248
ifeq ($(shell uname -s), Linux)
249
PYENV_FLAGS = CFLAGS="$(shell pkg-config --cflags libffi ncurses readline)" \
250
- LDFLAGS="$(shell pkg-config --libs libffi ncurses readline)" \
251
- CC="$(firstword $(wildcard $(shell brew --prefix gcc)/bin/gcc-*))"
+ LDFLAGS="$(shell pkg-config --libs libffi ncurses readline)" \
+ CC="$(firstword $(wildcard $(shell brew --prefix gcc)/bin/gcc-*))"
252
endif
253
254
$(PYTHON_EXEC): $(PYTHON_VERSION_FILE)
0 commit comments