Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions build/Jamfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ lib user32 ;
lib ws2_32 ;

lib kvm ;
lib procstat ;

lib boost_process
: process_sources
Expand All @@ -63,7 +62,6 @@ lib boost_process
<target-os>windows:<library>ws2_32
<target-os>bsd:<library>kvm
<target-os>freebsd:<library>kvm
<target-os>freebsd:<library>procstat
<target-os>netbsd:<library>kvm
<target-os>openbsd:<library>kvm
<target-os>solaris:<library>kvm
Expand Down
Loading