forked from amazingfate/loongoffice
add missing dep on affine UNO env
Change-Id: I0e88c205f4fa34c0001d1fc1f53b9a8bb6dcd2d8
This commit is contained in:
@ -79,4 +79,7 @@ $(eval $(call gb_Library_add_exception_objects,ado,\
|
||||
connectivity/source/drivers/ado/adoimp \
|
||||
))
|
||||
|
||||
# Runtime dependency for unit-tests
|
||||
$(call gb_Library_get_target,ado) :| $(call gb_Library_get_target,affine_uno_uno)
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
||||
|
||||
@ -70,4 +70,7 @@ $(eval $(call gb_Library_add_exception_objects,jdbc,\
|
||||
connectivity/source/drivers/jdbc/ContextClassLoader \
|
||||
))
|
||||
|
||||
# Runtime dependency for unit-tests
|
||||
$(call gb_Library_get_target,jdbc) :| $(call gb_Library_get_target,affine_uno_uno)
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
||||
|
||||
Reference in New Issue
Block a user