Skip to content

Commit

Permalink
Fix xrOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
NachoSoto committed Feb 3, 2024
1 parent 6b65a4a commit d0a43b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Property.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#if os(iOS) || os(macOS) || os(tvOS) || os(watchOS)
#if os(iOS) || os(macOS) || os(tvOS) || os(watchOS) || os(visionOS)
import Darwin.POSIX.pthread
#else
import Glibc
Expand Down

0 comments on commit d0a43b5

Please sign in to comment.