Skip to content

Commit 3c839ed

Browse files
committed
Updated JUCE. Specified Linux architecture. Fixed Xcode 11.4 build error
1 parent 3b1adf3 commit 3c839ed

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

Source/Validator.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919

2020
#if JUCE_MAC
2121
#include <signal.h>
22+
#include <sys/types.h>
23+
#include <unistd.h>
2224
#endif
2325

2426
// Defined in Main.cpp, used to create the file logger as early as possible

modules/juce

Submodule juce updated from 0ceadf5 to 759e269

pluginval.jucer

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

3-
<JUCERPROJECT name="pluginval" projectType="guiapp" jucerVersion="5.4.5" id="IA2Ov0"
3+
<JUCERPROJECT name="pluginval" projectType="guiapp" jucerVersion="5.4.7" id="IA2Ov0"
44
version="0.2.4" companyName="Tracktion" headerPath="../../modules/juce/modules/juce_audio_processors/format_types/VST3_SDK">
55
<MAINGROUP id="zUhKLj" name="pluginval">
66
<FILE id="gV5MZv" name="CHANGELIST.md" compile="0" resource="0" file="CHANGELIST.md"/>
@@ -87,8 +87,8 @@
8787
</VS2017>
8888
<LINUX_MAKE targetFolder="Builds/LinuxMakefile" smallIcon="k3tDOE" bigIcon="k3tDOE">
8989
<CONFIGURATIONS>
90-
<CONFIGURATION isDebug="1" name="Debug" targetName="pluginval"/>
91-
<CONFIGURATION isDebug="0" name="Release" targetName="pluginval"/>
90+
<CONFIGURATION isDebug="1" name="Debug" targetName="pluginval" linuxArchitecture="-m64"/>
91+
<CONFIGURATION isDebug="0" name="Release" targetName="pluginval" linuxArchitecture="-m64"/>
9292
</CONFIGURATIONS>
9393
<MODULEPATHS>
9494
<MODULEPATH id="juce_gui_extra" path="modules/juce/modules"/>

0 commit comments

Comments
 (0)