Skip to content

Commit 064921d

Browse files
authored
Removed comment no longer valid (#468)
Signed-off-by: Shmuel Kallner <[email protected]>
1 parent ccabafa commit 064921d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ LDFLAGS ?= -extldflags '-L$(shell pwd)/lib'
6666
PYTHON_VERSION := 3.12
6767

6868
# Unified Python configuration detection. This block runs once.
69-
# It prioritizes python-config, then pkg-config, for reliability.
7069
ifeq ($(TARGETOS),darwin)
7170
# macOS: Find Homebrew's python-config script for the most reliable flags.
7271
BREW_PREFIX := $(shell command -v brew >/dev/null 2>&1 && brew --prefix python@$(PYTHON_VERSION) 2>/dev/null)

0 commit comments

Comments
 (0)