unotest/Library_embindtest.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 80d3f33876a2ad4ce32d3c6183131984e8c6b5da Author: Stephan Bergmann <stephan.bergm...@allotropia.de> AuthorDate: Fri Feb 23 11:48:46 2024 +0100 Commit: Stephan Bergmann <stephan.bergm...@allotropia.de> CommitDate: Fri Feb 23 16:52:36 2024 +0100 Library_embindtest should use comprehensive InternalUnoApi_embindtest ...as the workdir/UnoApiTarget/embindtest.rdb type library would not be available at runtime Change-Id: Ie674ff212b1303c8925136235446cc97447b0897 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163815 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <stephan.bergm...@allotropia.de> diff --git a/unotest/Library_embindtest.mk b/unotest/Library_embindtest.mk index 8c2d48bbfac9..6dc356ace4d5 100644 --- a/unotest/Library_embindtest.mk +++ b/unotest/Library_embindtest.mk @@ -19,7 +19,7 @@ $(eval $(call gb_Library_use_api,embindtest, \ udkapi \ )) -$(eval $(call gb_Library_use_internal_api,embindtest, \ +$(eval $(call gb_Library_use_internal_comprehensive_api,embindtest, \ embindtest \ ))