From b4adf8a534716382c3213de8f9e0cb2e0da6fefa Mon Sep 17 00:00:00 2001 From: David Tardon Date: Fri, 4 May 2012 18:08:06 +0200 Subject: the binaries were build with enabled exceptions before Change-Id: I7781c68c94efe04c821c9c7a3bcabc97bbdcfc36 --- l10ntools/Executable_localize.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'l10ntools/Executable_localize.mk') diff --git a/l10ntools/Executable_localize.mk b/l10ntools/Executable_localize.mk index 57d0c719a732..511604ac74d2 100644 --- a/l10ntools/Executable_localize.mk +++ b/l10ntools/Executable_localize.mk @@ -30,7 +30,7 @@ $(eval $(call gb_Executable_use_libraries,localize,\ sal \ )) -$(eval $(call gb_Executable_add_cxxobjects,localize,\ +$(eval $(call gb_Executable_add_exception_objects,localize,\ l10ntools/source/localize \ )) -- cgit