mirror of
https://github.com/boostorg/filesystem.git
synced 2026-01-19 04:12:09 +00:00
Change searched-lib to lib in the Jamfile.
Apparently, searched-lib was not supposed to be used in libraries, and the simple lib target is the preferred way to declare external libraries. https://github.com/bfgroup/b2/issues/431#issuecomment-2985057673
This commit is contained in:
@@ -12,9 +12,9 @@ import configure ;
|
||||
import-search /boost/config/checks ;
|
||||
import config : requires ;
|
||||
|
||||
searched-lib bcrypt ;
|
||||
searched-lib advapi32 ;
|
||||
searched-lib coredll ;
|
||||
lib bcrypt ;
|
||||
lib advapi32 ;
|
||||
lib coredll ;
|
||||
explicit bcrypt advapi32 coredll ;
|
||||
|
||||
# The rule checks if a config macro is defined in the command line or build properties
|
||||
|
||||
@@ -36,7 +36,7 @@ explicit has_posix_at_apis ;
|
||||
obj has_fallocate : has_fallocate.cpp : <include>../src ;
|
||||
explicit has_fallocate ;
|
||||
|
||||
searched-lib bcrypt ;
|
||||
lib bcrypt ;
|
||||
explicit bcrypt ;
|
||||
|
||||
exe has_bcrypt : has_bcrypt.cpp : <include>../src <library>bcrypt ;
|
||||
|
||||
Reference in New Issue
Block a user