[Libreoffice-commits] core.git: vcl/workben

Noel Grandin (via logerrit) logerrit at kemper.freedesktop.org
Wed Mar 10 07:53:05 UTC 2021


 vcl/workben/fftester.cxx |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit 9d8accf03984a64a4105826e55b221962628eb93
Author:     Noel Grandin <noelgrandin at gmail.com>
AuthorDate: Tue Mar 9 18:53:15 2021 +0200
Commit:     Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Wed Mar 10 08:52:25 2021 +0100

    add macOS instructions
    
    Change-Id: If8d15a2ad9b1916393233164f3d2752780a0a9a1
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112232
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>

diff --git a/vcl/workben/fftester.cxx b/vcl/workben/fftester.cxx
index 5dafd12be683..640bd1f54832 100644
--- a/vcl/workben/fftester.cxx
+++ b/vcl/workben/fftester.cxx
@@ -21,6 +21,10 @@
         make
         cp workdir/LinkTarget/Executable/fftester instdir/program
         LD_LIBRARY_PATH=`pwd`/instdir/program instdir/program/fftester <foo> png
+    or on macOS
+        make
+        cp workdir/LinkTarget/Executable/fftester instdir/LibreOfficeDev.app/Contents/MacOS/
+        DYLD_LIBRARY_PATH=`pwd`/instdir/LibreOfficeDev.app/Contents/Frameworks instdir/LibreOfficeDev.app/Contents/MacOS/fftester <foo> png
   */
 
 #include <sal/main.h>


More information about the Libreoffice-commits mailing list