Skip to content

Commit

Permalink
added Bcrypt to gcc win builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
klemens-morgenstern committed Jun 23, 2023
1 parent 4609544 commit 0427fe3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/v2/Jamfile.jam
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ if [ os.name ] = NT
lib Advapi32 ;
lib Ntdll ;
lib user32 ;
lib Bcrypt ;
}

project : requirements
Expand All @@ -29,6 +30,7 @@ project : requirements
<target-os>bsd:<linkflags>-lkvm
<os>NT,<toolset>cw:<library>ws2_32
<os>NT,<toolset>gcc:<library>ws2_32
<os>NT,<toolset>gcc:<library>Bcrypt
<define>BOOST_PROCESS_V2_SEPARATE_COMPILATION=1
;

Expand Down

0 comments on commit 0427fe3

Please sign in to comment.