mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Add BOOST_LDFLAGS so that libboost_date_time can be found in MinGW.
This commit is contained in:
parent
9fbc447f74
commit
48a5473bbb
@ -11,7 +11,7 @@ libgnc_qof_la_LDFLAGS= \
|
|||||||
libgnc_qof_common_libs = \
|
libgnc_qof_common_libs = \
|
||||||
$(GLIB_LIBS) \
|
$(GLIB_LIBS) \
|
||||||
$(REGEX_LIBS) \
|
$(REGEX_LIBS) \
|
||||||
-lboost_date_time \
|
$(BOOST_LDFLAGS) -lboost_date_time \
|
||||||
$(top_builddir)/lib/libc/libc-missing.la
|
$(top_builddir)/lib/libc/libc-missing.la
|
||||||
|
|
||||||
libgnc_qof_la_LIBADD = $(libgnc_qof_common_libs)
|
libgnc_qof_la_LIBADD = $(libgnc_qof_common_libs)
|
||||||
|
Loading…
Reference in New Issue
Block a user