lib/dev/BoostBuild.rb in dev-1.0.184 vs lib/dev/BoostBuild.rb in dev-1.0.185

- old
+ new

@@ -48,10 +48,10 @@ File.open(jamfilename,'w') { |jamfile| Dir.glob("*boost_*").each {|f| jamfile.puts getJamfileLine(f) # add <link>shared - line = getJamefileLine(f) + line = getJamfileLine(f) if(line.include?("<link>static")) line = line.gsub("<link>static","<link>shared") jamfile.puts line end } \ No newline at end of file