mirror of
https://github.com/boostorg/build.git
synced 2026-02-16 01:12:13 +00:00
Remove floatsam.
[SVN r33578]
This commit is contained in:
@@ -471,14 +471,6 @@ rule add-prefix-and-suffix ( specified-name : type ? : property-set )
|
||||
|
||||
local prefix = [ type.generated-target-prefix $(type) : $(property-set) ] ;
|
||||
|
||||
# if ! $(prefix)
|
||||
# && [ type.is-derived $(type) LIB ] && [ os.on-unix ]
|
||||
# # This becomes hacky! Need to introduce more general mechanism.
|
||||
# # Invoke type.set-target-prefix in unix toolkit?
|
||||
# && ! [ type.is-derived $(type) PYTHON_EXTENSION ]
|
||||
# {
|
||||
# prefix = lib ;
|
||||
# }
|
||||
if [ MATCH ^($(prefix)) : $(specified-name) ]
|
||||
{
|
||||
prefix = ;
|
||||
|
||||
Reference in New Issue
Block a user