diff options
Diffstat (limited to 'sw')
-rw-r--r-- | sw/CppunitTest_sw_regression_test.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/CppunitTest_sw_regression_test.mk b/sw/CppunitTest_sw_regression_test.mk index ca83d3211e4f..27b9c07c90a5 100644 --- a/sw/CppunitTest_sw_regression_test.mk +++ b/sw/CppunitTest_sw_regression_test.mk @@ -71,8 +71,8 @@ $(eval $(call gb_CppunitTest_add_linked_libs,sw_regression_test, \ )) $(eval $(call gb_CppunitTest_set_include,sw_regression_test,\ - -I$(realpath $(SRCDIR)/sw/source/ui/inc) \ - -I$(realpath $(SRCDIR)/sw/inc) \ + -I$(SRCDIR)/sw/source/ui/inc \ + -I$(SRCDIR)/sw/inc \ $$(INCLUDE) \ )) |