Skip to content

Commit

Permalink
add kvm to process target on bsd
Browse files Browse the repository at this point in the history
  • Loading branch information
klemens-morgenstern committed Oct 25, 2024
1 parent e1e5945 commit 8826a75
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions build/Jamfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ lib ntdll ;
lib user32 ;
lib ws2_32 ;

lib kvm ;
lib procstat ;

lib boost_process
: process_sources
: requirements <define>BOOST_PROCESS_SOURCE=1
Expand All @@ -58,6 +61,12 @@ lib boost_process
<target-os>windows:<library>ntdll
<target-os>windows:<library>advapi32
<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
: usage-requirements
<link>shared:<define>BOOST_PROCESS_DYN_LINK=1
<boost.process.fs>boost:<library>/boost/filesystem//boost_filesystem
Expand Down

0 comments on commit 8826a75

Please sign in to comment.