From: Martin Mares Date: Sun, 30 Nov 2008 13:49:04 +0000 (+0100) Subject: Cosmetics. X-Git-Tag: holmes-import~118^2~13 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=b272b8beafd1a8392155588d2771108970bf3176;p=libucw.git Cosmetics. --- diff --git a/build/Makebottom b/build/Makebottom index 36ee4585..5da3b401 100644 --- a/build/Makebottom +++ b/build/Makebottom @@ -65,6 +65,7 @@ endif $(M)LD $@ $(Q)$(CC) $(LSHARED) $(LDFLAGS) -o $@ $(shell PKG_CONFIG_PATH="$(PKG_CONFIG_PATH)" $(BUILDSYS)/lib-flags $^) $(LIBS) $(Q)$(call symlink-alias,$@,run/$(SO_RUNDIR),$(*F)$(SONAME_INFIX).so$(SONAME_SUFFIX)) + # On Darwin, gcc expects shared libraries in *.dylib instead of *.so. # Surprisingly, when a program is run, it suffices to have *.so files. # We don't want to mess up the whole build system with configurable