summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-11-29 12:29:55 +0100
committerDavid Robillard <d@drobilla.net>2020-12-16 18:42:47 +0100
commit1936aace80b5594078d874e9b661a9a91e461279 (patch)
tree8ba47e28e09431f613f310a7f1d0539f72052a9c /src/main.cpp
parentdd72175482f433f90e2eb90ae31cd73c67c33997 (diff)
downloadpatchage-1936aace80b5594078d874e9b661a9a91e461279.tar.gz
patchage-1936aace80b5594078d874e9b661a9a91e461279.tar.bz2
patchage-1936aace80b5594078d874e9b661a9a91e461279.zip
Fix build on MacOS
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index fb1744c..c677e01 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -44,7 +44,7 @@ namespace {
void
set_bundle_environment()
{
- const std::string bundle = bundle_location();
+ const std::string bundle = patchage::bundle_location();
const std::string lib_path = bundle + "/lib";
if (!Glib::file_test(lib_path, Glib::FILE_TEST_EXISTS)) {
// If lib does not exist, we have not been bundleified, do nothing