From 492893b43e578c2a50abcc9607ebb8311c280397 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 4 Aug 2017 13:11:09 +0200 Subject: Make libstd-modules interface dependency as it should --- libmformat/libmformat/buildfile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'libmformat') diff --git a/libmformat/libmformat/buildfile b/libmformat/libmformat/buildfile index bbdd12c..7f730b4 100644 --- a/libmformat/libmformat/buildfile +++ b/libmformat/libmformat/buildfile @@ -1,6 +1,6 @@ -import libs = libstd-modules%liba{std-modules} +import int_libs = libstd-modules%liba{std-modules} -lib{mformat}: {mxx cxx}{format} $libs +lib{mformat}: {mxx cxx}{format} $int_libs # For pre-releases use the complete version to make sure they cannot be used # in place of another pre-release or the final version. @@ -10,6 +10,8 @@ if $version.pre_release else lib{mformat}: bin.lib.version = @"-$version.major.$version.minor" +lib{mformat}: cxx.export.libs = $int_libs + # Install into the libmformat/ subdirectory of, say, /usr/include/. # mxx{*}: install = include/$project/ -- cgit v1.1