only do fPIC with 64 bit mode

This commit is contained in:
Greg Landrum
2008-06-19 05:45:26 +00:00
parent 940a9733b9
commit ff0536cefa

2
External/Jamroot vendored
View File

@@ -15,7 +15,7 @@ project RDKit_Externals
#<library>/boost/log//boost_log
<include>$(RDBASE)/Code
<toolset>msvc:<define>WIN32
<address-model>64 <cxxflags>-fPIC
<address-model>64:<cxxflags>-fPIC
: default-build release ;
alias vflib : vflib-2.0 ;