Skip to content

Commit

Permalink
Fix bug on macOS compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
aure committed Sep 11, 2022
1 parent 7b9646a commit dbd5bf2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sources/AudioKitUI/Controls/ADSRWidget.swift
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#if !os(macOS) || targetEnvironment(macCatalyst)
import AudioKit
import AVFoundation
import SwiftUI
Expand All @@ -16,3 +17,4 @@ public struct ADSRWidget: UIViewRepresentable {
//
}
}
#endif

0 comments on commit dbd5bf2

Please sign in to comment.