Skip to content

Commit 2eec125

Browse files
committed
unix: enable building tix on macOS
It now builds properly. We still need to teach the Python build system about it though.
1 parent 6fd3024 commit 2eec125

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpython-unix/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ ifeq ($(PLATFORM),macos)
3333
NEED_GDBM :=
3434
NEED_X11 :=
3535
NEED_READLINE :=
36-
NEED_TIX :=
36+
NEED_TIX := 1
3737
endif
3838

3939
BASE_PLATFORM := $(PLATFORM)

0 commit comments

Comments
 (0)