1
0
Эх сурвалжийг харах

Add requirements for Comeau toolset.

Fixes #3692. Patch from Mateusz Loskot.


[SVN r58027]
Vladimir Prus 16 жил өмнө
parent
commit
2842fb35a6
1 өөрчлөгдсөн 3 нэмэгдсэн , 0 устгасан
  1. 3 0
      Jamroot

+ 3 - 0
Jamroot

@@ -186,6 +186,9 @@ project boost
       # The standard library Sun compilers use by default has no chance
       # of working with Boost. Override it.
       <toolset>sun:<stdlib>sun-stlport
+      # Comeau does not support shared lib
+      <toolset>como:<link>static
+      <toolset>como-linux:<define>_GNU_SOURCE=1
     : usage-requirements <include>.
     : build-dir bin.v2
     ;

粤ICP备19079148号