From e3c78ffdb5e562841e86e6f59a20494159c44de7 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 14 Sep 2020 13:09:04 +0200 Subject: Rename shared_path -> resources_path. --- src/lib/cross_linux.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/cross_linux.cc') diff --git a/src/lib/cross_linux.cc b/src/lib/cross_linux.cc index 95bd975f8..530dda027 100644 --- a/src/lib/cross_linux.cc +++ b/src/lib/cross_linux.cc @@ -99,7 +99,7 @@ cpu_info () } boost::filesystem::path -shared_path () +resources_path () { char const * p = getenv ("DCPOMATIC_LINUX_SHARE_PREFIX"); if (p) { -- cgit v1.2.3