From d123226f8324813cb1698888879f6f1060652717 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 31 Aug 2016 22:53:55 +0300 Subject: Build infrastructure update --- brep/buildfile | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'brep') diff --git a/brep/buildfile b/brep/buildfile index d34a6e5..7c70ceb 100644 --- a/brep/buildfile +++ b/brep/buildfile @@ -25,6 +25,14 @@ lib{brep}: \ $int_libs \ sql{package package-extra} +# For pre-releases use the complete version to make sure they cannot be used +# in place of another pre-release or the final version. +# +if $abi_prerelease + lib{brep}: bin.lib.version = @-$version +else + lib{brep}: bin.lib.version = @-$abi_major.$abi_minor + lib{brep}: cxx.export.poptions = -I$out_root -I$src_root lib{brep}: cxx.export.libs = $int_libs -- cgit v1.1