Skip to content

Commit

Permalink
Merge branch 'ios'
Browse files Browse the repository at this point in the history
  • Loading branch information
benma committed Sep 25, 2024
2 parents b5eea13 + 69461f1 commit a2115fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion util/sleep/sleep.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build !darwin || nosleep
//go:build !darwin || ios || nosleep

package sleep

Expand Down
2 changes: 1 addition & 1 deletion util/sleep/sleep_darwin.go → util/sleep/sleep_macos.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build darwin && !nosleep
//go:build darwin && !ios && !nosleep

package sleep

Expand Down

0 comments on commit a2115fe

Please sign in to comment.