File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -42,10 +42,8 @@ CFLAGS="${CFLAGS}" CPPFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" ./configure \
4242    ${EXTRA_CONFIGURE_FLAGS} 
4343
4444#  Remove wish, since we don't need it.
45- if  [[ " ${PYBUILD_PLATFORM} " !=  macos*  ]];  then 
46-     sed -i ' s/all: binaries libraries doc/all: libraries/' 
47-     sed -i ' s/install-binaries: $(TK_STUB_LIB_FILE) $(TK_LIB_FILE) ${WISH_EXE}/install-binaries: $(TK_STUB_LIB_FILE) $(TK_LIB_FILE)/' 
48- fi 
45+ sed -i ' s/all: binaries libraries doc/all: libraries/' 
46+ sed -i ' s/install-binaries: $(TK_STUB_LIB_FILE) $(TK_LIB_FILE) ${WISH_EXE}/install-binaries: $(TK_STUB_LIB_FILE) $(TK_LIB_FILE)/' 
4947
5048#  For some reason musl isn't link libXau and libxcb. So we hack the Makefile
5149#  to do what we want.
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments