Skip to content

Commit

Permalink
deps.windows: Remove Carla
Browse files Browse the repository at this point in the history
After fairly lengthy and difficult internal discussions, we have decided
that using Carla as a host for VST3 (and other) plugins is not the right
path forward for the project.

Let's remove this from our deps builds.
  • Loading branch information
RytoEX committed Jan 11, 2024
1 parent 9b50d52 commit e55d5d9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 76 deletions.
2 changes: 1 addition & 1 deletion Build-Dependencies.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ function Package-Dependencies {
}
dependencies {
Get-ChildItem ./bin/*.lib | Move-Item -Destination ./lib
Get-ChildItem ./bin -Exclude 'carla-bridge-native.exe','carla-discovery-native.exe','libcarla_utils.dll','lua51.dll','libcurl.dll','swig.exe','Lib' | Remove-Item
Get-ChildItem ./bin -Exclude 'lua51.dll','libcurl.dll','swig.exe','Lib' | Remove-Item
Get-ChildItem ./cmake/pcre2*,./lib/pcre2* | Remove-Item
Remove-Item -Recurse ./lib/pkgconfig
Remove-Item -Recurse ./man
Expand Down
75 changes: 0 additions & 75 deletions deps.windows/60-carla.ps1

This file was deleted.

0 comments on commit e55d5d9

Please sign in to comment.