From 60ae0924bb2b68cd12e5d1f9c748ee4dc1aa12c2 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Fri, 19 Aug 2016 20:56:32 +0200 Subject: compile as a true c++ oject Change-Id: Id37074b695e096a057c818a80e3567015422bfb6 --- onlineupdate/StaticLibrary_winhelper.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'onlineupdate') diff --git a/onlineupdate/StaticLibrary_winhelper.mk b/onlineupdate/StaticLibrary_winhelper.mk index 705aeb8ea215..e6058c3f51e7 100644 --- a/onlineupdate/StaticLibrary_winhelper.mk +++ b/onlineupdate/StaticLibrary_winhelper.mk @@ -15,7 +15,7 @@ $(eval $(call gb_StaticLibrary_set_include,winhelper,\ $$(INCLUDE) \ )) -$(eval $(call gb_StaticLibrary_add_cxxobjects,winhelper,\ +$(eval $(call gb_StaticLibrary_add_exception_objects,winhelper,\ onlineupdate/source/winhelper/windowsStart \ )) -- cgit