VST-info hotfix for 32/64 parallel installs.

In the long-run this needs a better solution: Dedicated cache
folders..
This commit is contained in:
Robin Gareus 2015-07-15 19:36:49 +02:00
parent 3f25b7ec4f
commit aa87e52c3b

View file

@ -33,7 +33,11 @@
#endif
#define VST_EXT_ERRORFILE ".err"
# if ( defined(__x86_64__) || defined(_M_X64) )
#define VST_EXT_INFOFILE ".fsi64"
#else
#define VST_EXT_INFOFILE ".fsi"
#endif
#ifndef VST_SCANNER_APP
namespace ARDOUR {