Skip to content

Commit a2115fe

Browse files
committed
Merge branch 'ios'
2 parents b5eea13 + 69461f1 commit a2115fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

util/sleep/sleep.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
//go:build !darwin || nosleep
15+
//go:build !darwin || ios || nosleep
1616

1717
package sleep
1818

util/sleep/sleep_darwin.go util/sleep/sleep_macos.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
//go:build darwin && !nosleep
15+
//go:build darwin && !ios && !nosleep
1616

1717
package sleep
1818

0 commit comments

Comments
 (0)