We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ce2cc0 commit f6d2eb3Copy full SHA for f6d2eb3
modulesets/gnucash.modules
@@ -210,8 +210,8 @@
210
</after>
211
</cmake>
212
213
- <cmake id="bdw-gc" autogen-sh="configure"
214
- cmakeargs="-Denable_large_config">
+ <cmake id="bdw-gc"
+ cmakeargs="-Denable_large_config=true -DCMAKE_MACOSX_RPATH=true -DCMAKE_INSTALL_NAME_DIR="${JHBUILD_PREFIX}/lib" -DCMAKE_INSTALL_LIBDIR:PATH=lib">
215
<branch repo="github-tarball"
216
module="ivmai/bdwgc/releases/download/v8.2.6/gc-8.2.6.tar.gz"
217
version="82.6"/>
@@ -277,7 +277,7 @@
277
<dep package="aqbanking"/>
278
<dep package="boost"/>
279
<dep package="googletest"/>
280
- <dep package="guile22"/>
+ <dep package="guile30"/>
281
<dep package="iso-codes"/>
282
<dep package="libdbi-drivers"/>
283
<dep package="libofx"/>
0 commit comments