[gnome-builder/wip/chergert/debugger: 88/134] 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: 88/134] build: give run access to load mi2
- Date: Fri, 31 Mar 2017 18:01:21 +0000 (UTC)
commit 400262ce098b88923786c7e02ca127e4ff4f02a0
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 74992d6..077c36d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -59,7 +59,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 \
@@ -71,6 +71,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]