Update Formula: aqbanking.
Add path to gwenhywfar libraries for configure in case homebrew is not installed in a standard location where libraries are automagically found by configure. Signed-off-by: David Höppner <0xffea@gmail.com>
This commit is contained in:
parent
85526ae5ee
commit
0e4c33be2a
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ class Aqbanking <Formula
|
|||
"--disable-debug",
|
||||
"--disable-dependency-tracking",
|
||||
"--with-frontends=cli",
|
||||
"--with-gwen-dir=#{HOMEBREW_PREFIX}",
|
||||
]
|
||||
system "./configure", *configure_args
|
||||
ENV.j1
|
||||
|
|
Loading…
Reference in a new issue