On Linux, this works:

------------
name "myapp"
targetType "executable"
description "A minimal D application."
authors "bartland"
copyright "Copyright © 2019, bartland"
license "public"
libs "mylib"
lflags "-L../../_cache/" "-rpath=../../_cache/"
------------

but on macOS with DMD or LDC this gives

------------
ld: unknown option: -rpath=../../_cache/"
------------


Reply via email to