mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-05 03:50:07 +00:00
Fixed OSX Accelerate framework linkage.
This commit is contained in:
parent
a50977e2f9
commit
adb59236b7
7 changed files with 61 additions and 55 deletions
|
|
@ -25,10 +25,10 @@ namespace BinaryData
|
|||
const int jucer_AudioPluginEditorTemplate_hSize = 799;
|
||||
|
||||
extern const char* jucer_AudioPluginFilterTemplate_cpp;
|
||||
const int jucer_AudioPluginFilterTemplate_cppSize = 4559;
|
||||
const int jucer_AudioPluginFilterTemplate_cppSize = 4638;
|
||||
|
||||
extern const char* jucer_AudioPluginFilterTemplate_h;
|
||||
const int jucer_AudioPluginFilterTemplate_hSize = 2446;
|
||||
const int jucer_AudioPluginFilterTemplate_hSize = 2488;
|
||||
|
||||
extern const char* jucer_ContentCompTemplate_cpp;
|
||||
const int jucer_ContentCompTemplate_cppSize = 886;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue