summaryrefslogtreecommitdiff
path: root/libs/ardour/search_paths.cc
diff options
context:
space:
mode:
authorBen Loftis <ben@harrisonconsoles.com>2016-04-27 17:39:38 -0500
committerBen Loftis <ben@harrisonconsoles.com>2016-04-27 17:39:38 -0500
commitb961c1d8f286dafb732b814a450a835b82c779e0 (patch)
tree88c6f1ac9640f40fdd963e016e60250d26be76be /libs/ardour/search_paths.cc
parent370b507d4587c5d1c0e611eedc22bb1324e26d49 (diff)
another attempt to use platform-specific path for the default VST path
Diffstat (limited to 'libs/ardour/search_paths.cc')
-rw-r--r--libs/ardour/search_paths.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/search_paths.cc b/libs/ardour/search_paths.cc
index 03956afdc7..8ee1dbc150 100644
--- a/libs/ardour/search_paths.cc
+++ b/libs/ardour/search_paths.cc
@@ -204,7 +204,7 @@ vst_search_path ()
}
if (p == 0) {
-#ifdef ARCH_X86
+#if ( (defined __i386__) || (defined _M_IX86) )
char *pVSTx86 = 0;
std::string pProgFilesX86 = PBD::get_win_special_folder_path (CSIDL_PROGRAM_FILESX86);