[beast: 65/70] EBEAST: export ELECTRON_ENABLE_LOGGING to catch build error resons
- From: Tim Janik <timj src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [beast: 65/70] EBEAST: export ELECTRON_ENABLE_LOGGING to catch build error resons
- Date: Tue, 28 Mar 2017 23:27:10 +0000 (UTC)
commit e9389ee8cbce8b01ef1b54f07a1643cbf531767d
Author: Tim Janik <timj gnu org>
Date: Fri Mar 24 15:36:35 2017 +0100
EBEAST: export ELECTRON_ENABLE_LOGGING to catch build error resons
See also https://github.com/electron/electron/issues/8757
Signed-off-by: Tim Janik <timj gnu org>
ebeast/Makefile.am | 2 ++
ebeast/v8bse/Makefile.am | 2 ++
2 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/ebeast/Makefile.am b/ebeast/Makefile.am
index 9846322..76f4e75 100644
--- a/ebeast/Makefile.am
+++ b/ebeast/Makefile.am
@@ -3,6 +3,8 @@ include $(top_srcdir)/Makefile.decl
SUBDIRS = v8bse .
+export ELECTRON_ENABLE_LOGGING=1
+
EXTRA_DIST += $(strip \
)
diff --git a/ebeast/v8bse/Makefile.am b/ebeast/v8bse/Makefile.am
index 77f46be..3a18310 100644
--- a/ebeast/v8bse/Makefile.am
+++ b/ebeast/v8bse/Makefile.am
@@ -5,6 +5,8 @@ AM_CXXFLAGS += $(BSE_CFLAGS) $(RAPICORN_CFLAGS) -DRAPICORN_CONVENIENCE -DG_DISA
AIDACC_VDEBUG = $(AIDACC) $(if $(findstring 1, $(V)), --aida-debug)
CLEANDIRS =
+export ELECTRON_ENABLE_LOGGING=1
+
# == all: ==
all:
@echo "$$(basename $$(pwd))/: build via ../ebeast/ rules"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]