Merge pull request #271 from jpcima/mac-cpp
Build macOS in C++14, can fix runtime link issues
This commit is contained in:
commit
9b72dce802
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ cmake -DCMAKE_BUILD_TYPE=Release \
|
|||
-DSFIZZ_VST=ON \
|
||||
-DSFIZZ_AU=ON \
|
||||
-DSFIZZ_TESTS=OFF \
|
||||
-DCMAKE_CXX_STANDARD=17 \
|
||||
-DCMAKE_CXX_STANDARD=14 \
|
||||
-DLV2PLUGIN_INSTALL_DIR=/Library/Audio/Plug-Ins/LV2 \
|
||||
-DVSTPLUGIN_INSTALL_DIR=/Library/Audio/Plug-Ins/VST3 \
|
||||
-DAUPLUGIN_INSTALL_DIR=/Library/Audio/Plug-Ins/Components \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue