summaryrefslogtreecommitdiffstats
path: root/Makefile.gbuild
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.gbuild')
-rw-r--r--Makefile.gbuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.gbuild b/Makefile.gbuild
index 8c41a2898618..bcfa569954eb 100644
--- a/Makefile.gbuild
+++ b/Makefile.gbuild
@@ -20,4 +20,7 @@ include $(SRCDIR)/solenv/gbuild/gbuild.mk
$(eval $(call gb_Module_make_global_targets,$(SRCDIR)/RepositoryModule_$(gb_Side).mk))
+upload-symbols:
+ bin/upload_symbols.py $(WORKDIR)/symbols.zip $(BREAKPAD_SYMBOL_CONFIG) "$(LIBO_VERSION_MAJOR).$(LIBO_VERSION_MINOR).$(LIBO_VERSION_MICRO).$(LIBO_VERSION_PATCH)$(LIBO_VERSION_SUFFIX)$(LIBO_VERSION_SUFFIX_SUFFIX)"
+
# vim: set noet sw=4 ts=4: