From d9b76eea1c0e534eadf1c57f2fda4b041d258393 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Sat, 26 Apr 2014 15:57:48 +0200 Subject: mingw: fix delivery of gcc libs Change-Id: I03c55ceb685b4de580bfc3125792e7a75e133821 --- external/mingw-externals/Package_mingw_gccdlls.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'external/mingw-externals') diff --git a/external/mingw-externals/Package_mingw_gccdlls.mk b/external/mingw-externals/Package_mingw_gccdlls.mk index 7b30ae1909ce..b5d37c570238 100644 --- a/external/mingw-externals/Package_mingw_gccdlls.mk +++ b/external/mingw-externals/Package_mingw_gccdlls.mk @@ -9,9 +9,9 @@ $(eval $(call gb_Package_Package,mingw_gccdlls,$(MINGW_SYSROOT)/bin)) -$(error FIXME do not deliver this stuff to OUTDIR) +$(eval $(call gb_Package_set_outdir,mingw_gccdlls,$(INSTDIR))) -$(eval $(call gb_Package_add_files,mingw_gccdlls,bin,\ +$(eval $(call gb_Package_add_files,mingw_gccdlls,program,\ $(if $(MINGW_SHARED_GCCLIB),$(MINGW_GCCDLL)) \ $(if $(MINGW_SHARED_GXXLIB),$(MINGW_GXXDLL)) \ )) -- cgit