diff options
-rw-r--r-- | gtk/makefile | 8 |
1 files changed, 1 insertions, 7 deletions
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 |