Browse Source

In preparation for Linux build, disable the JUCE web browser component

tags/1.0.1
xenakios 7 years ago
parent
commit
12f939d803
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      paulstretchplugin.jucer

+ 1
- 1
paulstretchplugin.jucer View File

@@ -106,7 +106,7 @@
<MODULEPATH id="juce_audio_utils" path="../JUCE/modules"/>
</MODULEPATHS>
</VS2017>
<LINUX_MAKE targetFolder="Builds/LinuxMakefile">
<LINUX_MAKE targetFolder="Builds/LinuxMakefile" extraDefs="JUCE_WEB_BROWSER=0&#10;">
<CONFIGURATIONS>
<CONFIGURATION name="Debug" isDebug="1" optimisation="1" linkTimeOptimisation="0"
targetName="PaulXStretch"/>


Loading…
Cancel
Save