fix urelibs w/ module-deps.pl
Change-Id: Ib293b8c0a1130a693f26e91b3d708c1933495c82
This commit is contained in:
parent
4bbd662eae
commit
23aaabc2b5
1 changed files with 5 additions and 0 deletions
|
@ -14,6 +14,11 @@ $(eval $(call gb_Library_use_library_objects,urelibs,\
|
|||
$(gb_URELIBS) \
|
||||
))
|
||||
|
||||
# needed to generate proper deps for module-deps.pl
|
||||
$(eval $(call gb_Library_use_libraries,urelibs,\
|
||||
$(gb_UWINAPI) \
|
||||
))
|
||||
|
||||
$(eval $(call gb_Library_use_static_libraries,urelibs,\
|
||||
findsofficepath \
|
||||
))
|
||||
|
|
Loading…
Reference in a new issue