From 8b29b5c8ef991de37a3c6bca83394b402e481e09 Mon Sep 17 00:00:00 2001 From: Neil Date: Sun, 29 Dec 2019 10:06:40 +1100 Subject: Use ranlib everywhere so no special case on macOS. --- gtk/makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'gtk') diff --git a/gtk/makefile b/gtk/makefile index dd030061d..d91d8e934 100644 --- a/gtk/makefile +++ b/gtk/makefile @@ -23,7 +23,7 @@ else CXXWARNFLAGS = -Wall -pedantic endif ARFLAGS = rc -RANLIB = touch +RANLIB ?= ranlib ifdef GTK3 GTKVERSION=gtk+-3.0 @@ -33,12 +33,6 @@ endif # Environment variable windir always defined on Win32 -ifndef windir -ifeq ($(shell uname),Darwin) -RANLIB = ranlib -endif -endif - # Enable Position Independent Code except on Windows where it is the default so the flag produces a warning ifndef windir PICFLAGS = -fPIC -- cgit v1.2.3