blob: ec350a5736b5a0eecb053d3d0fae7bb9aabcad7f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- boostcpp.jam.orig 2011-12-15 18:33:48.000000000 +0300
+++ boostcpp.jam 2011-12-15 18:34:05.000000000 +0300
@@ -154,7 +154,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) ;
|