need to ensure local USE_PACKAGES are first
This commit is contained in:
parent
63de89a6c8
commit
cf69abadde
|
|
@ -475,7 +475,7 @@
|
|||
|
||||
// This variable returns the set of external packages used by this
|
||||
// target, and by all the components shared by this target.
|
||||
#defer use_packages $[sort $[USE_PACKAGES] $[all_libs $[USE_PACKAGES],$[active_component_libs] $[complete_local_libs]]]
|
||||
#defer use_packages $[unique $[USE_PACKAGES] $[all_libs $[USE_PACKAGES],$[active_component_libs] $[complete_local_libs]]]
|
||||
|
||||
// This function returns the appropriate cflags for the target, based
|
||||
// on the various external packages this particular target claims to
|
||||
|
|
|
|||
Loading…
Reference in New Issue