diff options
-rw-r--r-- | ext/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am index 56ba636b8a..ad5249d33c 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -6,3 +6,4 @@ noinst_LIBRARIES=libphpext.a libphpext.a: @EXT_LIBS@ top_srcdir=$(top_srcdir) $(top_builddir)/scripts/mkextlib $@ $(SUBDIRS) + test "`uname -s`" = "Rhapsody" && $(RANLIB) $@ |