diff options
Diffstat (limited to 'libexttextcat')
-rw-r--r-- | libexttextcat/StaticLibrary_exttextcat.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexttextcat/StaticLibrary_exttextcat.mk b/libexttextcat/StaticLibrary_exttextcat.mk index ec2d896b251d..a2c99411eaf1 100644 --- a/libexttextcat/StaticLibrary_exttextcat.mk +++ b/libexttextcat/StaticLibrary_exttextcat.mk @@ -9,7 +9,7 @@ $(eval $(call gb_StaticLibrary_StaticLibrary,exttextcat)) -$(eval $(call gb_StaticLibrary_use_unpacked,exttextcat,libexttextcat)) +$(eval $(call gb_StaticLibrary_use_unpacked,exttextcat,exttextcat)) $(eval $(call gb_StaticLibrary_set_warnings_not_errors,exttextcat)) |