mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-17 00:44:19 +00:00
Added an OS X 10.5 compatible std::function replacement
This commit is contained in:
parent
db346fea6d
commit
f4046909ab
20 changed files with 472 additions and 47 deletions
|
|
@ -383,6 +383,10 @@ private:
|
|||
if (exporter->canLaunchProject())
|
||||
defs << " " << exporter->getExporterIdentifierMacro() << "=1";
|
||||
|
||||
// Use the JUCE implementation of std::function until the live build
|
||||
// engine can compile the one from the standard library
|
||||
defs << " _LIBCPP_FUNCTIONAL=1";
|
||||
|
||||
return defs;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue