[smuxi: 24/37] Makefile.am: remove unneeded export in macOS
- From: Mirco M. M. Bauer <mmmbauer src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [smuxi: 24/37] Makefile.am: remove unneeded export in macOS
- Date: Sun, 3 Jan 2021 16:05:25 +0000 (UTC)
commit 6309faed86a4fac951f042910b77d9299e27bb91
Author: Andres G. Aragoneses <knocte gmail com>
Date: Tue Jul 7 23:36:04 2020 +0800
Makefile.am: remove unneeded export in macOS
`make run` works well without it.
Makefile.am | 1 -
1 file changed, 1 deletion(-)
---
diff --git a/Makefile.am b/Makefile.am
index d3b0add9..4c6e97c6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -308,7 +308,6 @@ run: run-gnome
run-gnome: all
if [ "x$(shell uname)" = "xDarwin" ]; then \
cp lib/Nini.dll bin/debug && cp lib/log4net.dll bin/debug; \
- export
DYLD_FALLBACK_LIBRARY_PATH=/Library/Frameworks/Mono.framework/Versions/Current/lib:/lib:/usr/lib; \
fi; \
cd $(BUILD_DIR) && \
mono --debug ./smuxi-frontend-gnome.exe -d
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]