diff options
author | Peter Foley <pefoley2@verizon.net> | 2012-11-11 10:50:21 -0500 |
---|---|---|
committer | Peter Foley <pefoley2@verizon.net> | 2012-11-11 16:05:25 -0500 |
commit | 49217ff3d858f3def673432b69211487439203bc (patch) | |
tree | 5f6783ba35a68afa34ecdaca5627052c1a30e48f /libexttextcat | |
parent | 8b13129a700752dcb93b9ebaba4d9177ddb10336 (diff) |
fix libexttextcat for windows
Change-Id: I6951ae066e9b0d15de85d30f8a641348998fecca
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)) |