[gnome-builder/wip/chergert/debugger: 107/163] build: give run access to load mi2
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/wip/chergert/debugger: 107/163] build: give run access to load mi2
- Date: Tue, 9 May 2017 00:54:01 +0000 (UTC)
commit 003d1c764d6d7a487d4859662f8f0b75713f8484
Author: Christian Hergert <chergert redhat com>
Date: Fri Mar 24 02:59:52 2017 -0700
build: give run access to load mi2
Makefile.am | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index f57bed8..2fe35bb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -60,7 +60,7 @@ dist-hook:
.PHONY: AUTHORS
-RUNTIME_TYPELIB_PATH = libide:contrib/egg:contrib/pnl:contrib/tmpl:$(GI_TYPELIB_PATH)
+RUNTIME_TYPELIB_PATH = libide:contrib/egg:contrib/pnl:contrib/tmpl:contrib/mi2:$(GI_TYPELIB_PATH)
run:
@ LSAN_OPTIONS=suppressions=$(top_srcdir)/build/asan.supp \
@@ -72,6 +72,7 @@ run:
GI_TYPELIB_PATH="$(RUNTIME_TYPELIB_PATH)" \
GOBJECT_DEBUG=instance-count \
PYTHONDONTWRITEBYTECODE=yes \
+ LD_LIBRARY_PATH=contrib/mi2/.libs:$(LD_LIBRARY_PATH) \
PATH=$(top_builddir)/src:${PATH} \
$(LIBTOOL) --mode=execute gdb \
-ex 'handle SIGPIPE nostop noprint pass' \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]