From a5c2c7230e5b110cc08b585f1b70294395900de6 Mon Sep 17 00:00:00 2001 From: Neil Date: Sun, 29 Dec 2019 10:06:40 +1100 Subject: Backport: Use ranlib everywhere so no special case on macOS. Backport of changeset 7846:64f49fc46eee. --- gtk/makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/gtk/makefile b/gtk/makefile index 83564bc9d..189a0030b 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