summaryrefslogtreecommitdiff
path: root/external/liborcus/ExternalProject_liborcus.mk
diff options
context:
space:
mode:
Diffstat (limited to 'external/liborcus/ExternalProject_liborcus.mk')
-rw-r--r--external/liborcus/ExternalProject_liborcus.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/external/liborcus/ExternalProject_liborcus.mk b/external/liborcus/ExternalProject_liborcus.mk
index e8ebf000f9d6..171ea5981c83 100644
--- a/external/liborcus/ExternalProject_liborcus.mk
+++ b/external/liborcus/ExternalProject_liborcus.mk
@@ -53,7 +53,7 @@ liborcus_CPPFLAGS+=$(ZLIB_CFLAGS)
endif
# patched boost needs to find config_global.h
ifeq ($(SYSTEM_BOOST),NO)
-liborcus_CPPFLAGS += -I$(SRCDIR)/config_$(gb_Side)
+liborcus_CPPFLAGS += -I$(BUILDDIR)/config_$(gb_Side)
endif
#
# OSes that use the GNU C++ library need to use -D_GLIBCXX_DEBUG in
:20 +0100'>2021-03-06jsdialog: stop idle on destructionSzymon Kłos 2021-03-06jsdialog: update on treeview clearSzymon Kłos 2021-03-06drop StyleSettings::GetColorValueSetMaximumRowCountNoel Grandin 2021-03-06Use int where API expects intMike Kaganski 2021-03-06tdf#138314 Change selected tab text color on macOS Big SurThorsten Wagner 2021-03-06tdf#140813: Use GetUpdatedClipboardFormats to enumerate clipboard formatsMike Kaganski 2021-03-05use container_focus_changed instead of toplevel_focus_changedCaolán McNamara 2021-03-05add a callback for when a container gains or loses focusCaolán McNamara 2021-03-05loplugin:unreffun (macOS)Stephan Bergmann 2021-03-05include the id of the duplicate in the warning about itCaolán McNamara 2021-03-05tdf#138122 Detect window scaling for multi display configurations on macOSThorsten Wagner 2021-03-05jsdialog: update on treeview item removeSzymon Kłos 2021-03-05emplace_back: use perfect forwarding if possibleThorsten Behrens 2021-03-05tdf#139734 Remove redundant asserts after functions loadFromDesktop and loadMoaz 2021-03-04actually restore the original HFONTLuboš Luňák