Attempt to fix macOS build
This commit is contained in:
parent
3731fb0bac
commit
8d41fcf7a6
|
@ -15,7 +15,7 @@
|
|||
// Created by Carson Katri on 2/4/23.
|
||||
//
|
||||
|
||||
#if os(macOS)
|
||||
#if os(macOS) && swift(>=5.7)
|
||||
import SwiftUI
|
||||
import TokamakStaticHTML
|
||||
import XCTest
|
||||
|
|
Loading…
Reference in New Issue