mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-20 05:36:31 +01:00
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:
parent
3f25b7ec4f
commit
aa87e52c3b
1 changed files with 4 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue