new UNIX_SYS_LIBS rule

This commit is contained in:
David Rose 2002-06-13 20:48:30 +00:00
parent bf55e9fb75
commit 618490076e
1 changed files with 2 additions and 0 deletions

View File

@ -381,6 +381,8 @@
#if $[WINDOWS_PLATFORM]
#set alt_libs $[alt_libs] $[WIN_SYS_LIBS] $[components $[WIN_SYS_LIBS],$[active_component_libs] $[transitive_link]]
#else
#set alt_libs $[alt_libs] $[UNIX_SYS_LIBS] $[components $[UNIX_SYS_LIBS],$[active_component_libs] $[transitive_link]]
#endif
#foreach package $[use_packages]