blob: 7903f6daf682d61c37ccd896c29ab9b51b43e793 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- Jamroot.orig 2009-09-23 16:35:49.000000000 +0400
+++ Jamroot 2009-09-23 16:36:49.000000000 +0400
@@ -384,7 +384,7 @@
# suffixes either. Pgi compilers can not accept library with version
# suffix.
if $(type) = SHARED_LIB &&
- ( ! ( [ $(property-set).get <target-os> ] in windows cygwin darwin aix ) &&
+ ( ! ( [ $(property-set).get <target-os> ] in windows cygwin darwin aix freebsd ) &&
! ( [ $(property-set).get <toolset> ] in pgi ) )
{
result = $(result).$(BOOST_VERSION) ;
|