Skip to content

Commit

Permalink
Enable M1 macOS builds
Browse files Browse the repository at this point in the history
  • Loading branch information
asb2m10 committed Mar 3, 2021
1 parent 9d2af8f commit 5e40af3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions Dexed.jucer
Expand Up @@ -150,10 +150,9 @@
vst3Folder="libs/vst3sdk" extraCompilerFlags="-I../../libs/tuning-library/include -Wno-macro-redefined -Wno-deprecated-declarations -Wno-shorten-64-to-32">
<CONFIGURATIONS>
<CONFIGURATION name="Debug" isDebug="1" optimisation="1" targetName="Dexed"
osxCompatibility="10.10 SDK" osxArchitecture="64BitIntel" enablePluginBinaryCopyStep="1"/>
osxCompatibility="10.10 SDK" osxArchitecture="Native" enablePluginBinaryCopyStep="1"/>
<CONFIGURATION name="Release" isDebug="0" optimisation="3" targetName="Dexed"
osxSDK="10.10 SDK" osxCompatibility="10.7 SDK" osxArchitecture="64BitIntel"
enablePluginBinaryCopyStep="1"/>
osxSDK="10.10 SDK" osxCompatibility="10.9 SDK" enablePluginBinaryCopyStep="1"/>
</CONFIGURATIONS>
<MODULEPATHS>
<MODULEPATH id="juce_gui_extra" path="./assets/JUCE/modules"/>
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Expand Up @@ -44,7 +44,7 @@ jobs:
strategy:
matrix:
mac:
imageName: 'macos-10.14'
imageName: 'macOS-10.15'
isMac: True
win:
imageName: 'windows-2019'
Expand Down

0 comments on commit 5e40af3

Please sign in to comment.