Skip to content

Commit a2115fe

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

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

util/sleep/sleep.go

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)