at master 673 B view raw
1diff --git a/setup.py b/setup.py 2index 04eb6b2..2e1160d 100644 3--- a/setup.py 4+++ b/setup.py 5@@ -1981,8 +1981,8 @@ class PyBuildExt(build_ext): 6 # Rather than complicate the code below, detecting and building 7 # AquaTk is a separate method. Only one Tkinter will be built on 8 # Darwin - either AquaTk, if it is found, or X11 based Tk. 9- if (MACOS and self.detect_tkinter_darwin()): 10- return True 11+ # if (MACOS and self.detect_tkinter_darwin()): 12+ # return True 13 14 # Assume we haven't found any of the libraries or include files 15 # The versions with dots are used on Unix, and the versions without