Link with gb_STDLIBS here, too
Would it perhaps have been better to always link with gb_STDLIBS without having to mention it in each Library_*.mk and Executable_*.mk? And then for those few exceptions come up with some "No STDLIBS, thanks" thing?
This commit is contained in:
parent
d95be4823e
commit
f34b1dc961
1 changed files with 1 additions and 0 deletions
|
@ -57,6 +57,7 @@ $(eval $(call gb_Executable_add_linked_libs,$(gengalbin),\
|
|||
vcl \
|
||||
ucbhelper \
|
||||
svxcore \
|
||||
$(gb_STDLIBS) \
|
||||
))
|
||||
|
||||
$(eval $(call gb_Executable_add_exception_objects,$(gengalbin),\
|
||||
|
|
Loading…
Reference in a new issue