mirror of
https://github.com/boostorg/config.git
synced 2025-07-30 04:17:16 +02:00
Change link rule to exe rule.
To prevent cyclic dependencies in status/Jamfile.v2.
This commit is contained in:
@ -21,7 +21,7 @@ local is_unix = [ modules.peek : UNIX ] ;
|
||||
|
||||
lib atomic ;
|
||||
|
||||
link config_info.cpp atomic : : has_atomic_lib ;
|
||||
exe has_atomic_lib : config_info.cpp atomic ;
|
||||
explicit has_atomic_lib ;
|
||||
|
||||
if $(is_unix)
|
||||
|
Reference in New Issue
Block a user