Skip to content

Commit

Permalink
Merge pull request #57 from pipelined/fix-build-tags
Browse files Browse the repository at this point in the history
Add plugin build constraints
  • Loading branch information
dudk authored May 23, 2021
2 parents 7a04681 + dd17413 commit bc659a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions plugin_export_notwin.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// +build plugin
// +build !windows

package vst2
Expand Down
2 changes: 2 additions & 0 deletions plugin_export_windows.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// +build plugin

package vst2

import (
Expand Down

0 comments on commit bc659a1

Please sign in to comment.