summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
Diffstat (limited to 'libs')
-rw-r--r--libs/ardour/filesystem_paths.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/ardour/filesystem_paths.cc b/libs/ardour/filesystem_paths.cc
index ec5edb8aab..00ec2790f2 100644
--- a/libs/ardour/filesystem_paths.cc
+++ b/libs/ardour/filesystem_paths.cc
@@ -70,8 +70,10 @@ user_config_directory ()
exit (1);
}
+#ifndef PLATFORM_WINDOWS
p = home_dir;
p = Glib::build_filename (p, ".config");
+#endif
}
#endif