Change link rule to exe rule.

To prevent cyclic dependencies in status/Jamfile.v2.
This commit is contained in:
jzmaddock
2015-05-11 09:03:30 +01:00
parent f125f5829a
commit fa954b8b61

View File

@ -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)