diff options
Diffstat (limited to 'external/mingw-externals')
-rw-r--r-- | external/mingw-externals/Package_mingw_gccdlls.mk | 4 |
1 files changed, 2 insertions, 2 deletions
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)) \ )) |