summaryrefslogtreecommitdiff
path: root/external/msc-externals/Package_dbghelp.mk
diff options
context:
space:
mode:
Diffstat (limited to 'external/msc-externals/Package_dbghelp.mk')
-rw-r--r--external/msc-externals/Package_dbghelp.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/external/msc-externals/Package_dbghelp.mk b/external/msc-externals/Package_dbghelp.mk
index 438783938152..f6f684a7c077 100644
--- a/external/msc-externals/Package_dbghelp.mk
+++ b/external/msc-externals/Package_dbghelp.mk
@@ -9,6 +9,8 @@
$(eval $(call gb_Package_Package,dbghelp,$(TARFILE_LOCATION)))
+$(eval $(call gb_Package_set_outdir,dbghelp,$(OUTDIR)))
+
$(eval $(call gb_Package_add_file,dbghelp,bin/dbghelp.dll,$(DBGHELP_DLL)))
# vim:set shiftwidth=4 tabstop=4 noexpandtab: