David Ayers schrieb:

> Also I think the order should be according to precedence i.e.
> 
> GNUSTEP_FIND_LIBRARY = $(strip $(wildcard $(addsuffix $(strip $(1)).so, \
> $(GNUSTEP_USER_ROOT)/Library/Libraries/lib \
> $(GNUSTEP_LOCAL_ROOT)/Library/Libraries/lib \
> $(GNUSTEP_NETWORK_ROOT)/Library/Libraries/lib \
> $(GNUSTEP_SYSTEM_ROOT)/Library/Libraries/lib)))

Actually that's moot... it doesn't matter where it is found or if it's
found multiple times.  It will be linked according to precedence
independent of what's in the variable.

Cheers,
David


_______________________________________________
Gnustep-dev mailing list
Gnustep-dev@gnu.org
http://lists.gnu.org/mailman/listinfo/gnustep-dev

Reply via email to