diff --git a/src/tools/pathscale.jam b/src/tools/pathscale.jam index b5aa910d7..67f3396dd 100644 --- a/src/tools/pathscale.jam +++ b/src/tools/pathscale.jam @@ -161,7 +161,7 @@ actions link.dll bind LIBRARIES } # Declare action for creating static libraries -actions piecemeal archive -{ - "$(CONFIG_COMMAND)" -ar -o "$(<)" "$(>)" -} +# actions piecemeal archive +# { +# "$(CONFIG_COMMAND)" -ar -o "$(<)" "$(>)" +# }