forked from aptrn/stocaudio-modules
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This fixes the stocaudio-module package to build for Mac ARM. To update for Mac ARM in the VCV Rack library, if you would like to 1. Merge this change into your rack 2 branch 2. Go to VCVRack/library#597 and post the new version number (2.0.2) and git hash (whatever the hash is post merge) Hope this is helpful! Thanks
- Loading branch information
Showing
3 changed files
with
16 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
.DS_Store | ||
build/ | ||
standalone/bld/* | ||
dist/ | ||
plugin.dylib | ||
plugin-arm64.dylib | ||
plugin.so | ||
plugin.dll | ||
standalone/exe_* | ||
pynb/.ipynb_checkpoints/* | ||
src/#* | ||
src/.#* | ||
.idea | ||
dep/ | ||
cmake-build* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"slug": "stocaudio", | ||
"name": "stocaudio", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"license": "GPL-3.0-or-later", | ||
"author": "Alessandro Petrone", | ||
"authorEmail": "[email protected]", | ||
|