mirror of
https://github.com/boostorg/config.git
synced 2025-09-29 17:20:59 +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 ;
|
lib atomic ;
|
||||||
|
|
||||||
link config_info.cpp atomic : : has_atomic_lib ;
|
exe has_atomic_lib : config_info.cpp atomic ;
|
||||||
explicit has_atomic_lib ;
|
explicit has_atomic_lib ;
|
||||||
|
|
||||||
if $(is_unix)
|
if $(is_unix)
|
||||||
|
Reference in New Issue
Block a user