diff options
-rw-r--r-- | netfs/lib/Jamfile.jam | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/netfs/lib/Jamfile.jam b/netfs/lib/Jamfile.jam index e1199a8..b3a3285 100644 --- a/netfs/lib/Jamfile.jam +++ b/netfs/lib/Jamfile.jam @@ -5,7 +5,8 @@ lib netfs-common : <link>static <use>..//adhocutil/<link>shared <implicit-dependency>../ice//netfs-api/<link>shared - <cxxflags>-fPIC + <toolset>gcc:<cxxflags>-fPIC + <toolset>clang:<cxxflags>-fPIC : : <include>. <library>../ice//netfs-api/<link>shared |