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 ccabafa commit 064921dCopy full SHA for 064921d
Makefile
@@ -66,7 +66,6 @@ LDFLAGS ?= -extldflags '-L$(shell pwd)/lib'
66
PYTHON_VERSION := 3.12
67
68
# Unified Python configuration detection. This block runs once.
69
-# It prioritizes python-config, then pkg-config, for reliability.
70
ifeq ($(TARGETOS),darwin)
71
# macOS: Find Homebrew's python-config script for the most reliable flags.
72
BREW_PREFIX := $(shell command -v brew >/dev/null 2>&1 && brew --prefix python@$(PYTHON_VERSION) 2>/dev/null)
0 commit comments