mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
macOS: Fixed some Projucer live-build issues on Catalina
This commit is contained in:
parent
631f1fae75
commit
0831c718a2
7 changed files with 9 additions and 592 deletions
|
|
@ -336,9 +336,6 @@ private:
|
|||
if (exporter->canLaunchProject())
|
||||
defs.add (exporter->getExporterIdentifierMacro() + "=1");
|
||||
|
||||
// Use the JUCE implementation of std::function until the live build
|
||||
// engine can compile the one from the standard library
|
||||
defs.add (" _LIBCPP_FUNCTIONAL=1");
|
||||
defs.removeEmptyStrings();
|
||||
|
||||
return defs.joinIntoString (" ");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue