From b272b8beafd1a8392155588d2771108970bf3176 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 30 Nov 2008 14:49:04 +0100 Subject: [PATCH] Cosmetics. --- build/Makebottom | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5