Skip to content

Commit

Permalink
Generic 64-bit architecture on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
artfwo committed May 27, 2017
1 parent d56494f commit 500f604
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Andes-1.jucer
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@
<LINUX_MAKE targetFolder="Builds/LinuxMakefile">
<CONFIGURATIONS>
<CONFIGURATION name="Debug" isDebug="1" optimisation="1" targetName="Andes-1"/>
<CONFIGURATION name="Release" isDebug="0" optimisation="3" targetName="Andes-1"/>
<CONFIGURATION name="Release" isDebug="0" optimisation="3" targetName="Andes-1"
linuxArchitecture="-m64"/>
</CONFIGURATIONS>
<MODULEPATHS>
<MODULEPATH id="juce_core" path="../JUCE/modules"/>
Expand Down

0 comments on commit 500f604

Please sign in to comment.