From 335a4a0070ce7303273ef5cf4d4a964b61626a12 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 6 Mar 2019 00:57:33 +0300 Subject: Release version 1.0.0+2 --- libmformat/libmformat/buildfile | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'libmformat/libmformat') diff --git a/libmformat/libmformat/buildfile b/libmformat/libmformat/buildfile index 7f730b4..868ea79 100644 --- a/libmformat/libmformat/buildfile +++ b/libmformat/libmformat/buildfile @@ -2,16 +2,19 @@ import int_libs = libstd-modules%liba{std-modules} lib{mformat}: {mxx cxx}{format} $int_libs +# Export options. +# +lib{mformat}: cxx.export.libs = $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. +# in place of another pre-release or the final version. See the version module +# for details on the version.* variable values. # if $version.pre_release lib{mformat}: bin.lib.version = @"-$version.project_id" 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/ +mxx{*}: install = include/libmformat/ -- cgit v1.1