[smuxi: 22/37] Makefile.am: fix `make run` in macOS




commit aa2e059229a9eb8b3f56cacf1f68ed9f4fb1d00b
Author: Andres G. Aragoneses <knocte gmail com>
Date:   Tue Jul 7 23:34:06 2020 +0800

    Makefile.am: fix `make run` in macOS

 Makefile.am | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/Makefile.am b/Makefile.am
index 80ce2473..d3b0add9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -307,6 +307,7 @@ dist-linux-debs:
 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) && \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]