Skip to content

Commit

Permalink
fix: libcurl dependency on linux platform
Browse files Browse the repository at this point in the history
  • Loading branch information
DropSnorz committed Apr 18, 2022
1 parent 3c340c5 commit 5a6302c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions JuceLibraryCode/JuceHeader.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ namespace ProjectInfo
{
const char* const projectName = "owlplug-scanner";
const char* const companyName = "";
const char* const versionString = "0.0.3";
const int versionNumber = 0x3;
const char* const versionString = "0.0.4";
const int versionNumber = 0x4;
}
#endif
7 changes: 4 additions & 3 deletions owlplug-scanner.jucer
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

<JUCERPROJECT id="yoeos4" name="owlplug-scanner" projectType="consoleapp" useAppConfig="0"
addUsingNamespaceToJuceHeader="0" displaySplashScreen="1" jucerFormatVersion="1"
version="0.0.3">
version="0.0.4">
<MAINGROUP id="JMs2NX" name="owlplug-scanner">
<GROUP id="{EE1B3A07-2402-FE08-C1B3-50215E94E56A}" name="Source">
<FILE id="NFqrO9" name="Main.cpp" compile="1" resource="0" file="Source/Main.cpp"/>
</GROUP>
</MAINGROUP>
<JUCEOPTIONS JUCE_STRICT_REFCOUNTEDPOINTER="1" JUCE_PLUGINHOST_VST="1" JUCE_PLUGINHOST_VST3="1"
JUCE_PLUGINHOST_AU="1" JUCE_WEB_BROWSER="0"/>
JUCE_PLUGINHOST_AU="1" JUCE_WEB_BROWSER="0" JUCE_USE_CURL="0"/>
<EXPORTFORMATS>
<VS2019 targetFolder="Builds/VisualStudio2019" vstLegacyFolder="./modules/vst2sdk">
<CONFIGURATIONS>
Expand Down Expand Up @@ -47,7 +47,8 @@
<MODULEPATH id="juce_audio_basics" path="./JUCE/modules"/>
</MODULEPATHS>
</XCODE_MAC>
<LINUX_MAKE targetFolder="Builds/LinuxMakefile" vstLegacyFolder="./modules/vst2sdk">
<LINUX_MAKE targetFolder="Builds/LinuxMakefile" vstLegacyFolder="./modules/vst2sdk"
extraLinkerFlags="-Wl,--as-needed">
<CONFIGURATIONS>
<CONFIGURATION isDebug="1" name="Debug" targetName="owlplug-scanner-linux" userNotes="Version can't be set to the linux binary name (multiple dots in the filename)"/>
<CONFIGURATION isDebug="0" name="Release" targetName="owlplug-scanner-linux"
Expand Down

0 comments on commit 5a6302c

Please sign in to comment.