Fix clipClearProcess on iOS

This commit is contained in:
2025-06-29 13:04:44 -04:00
parent bed23e987d
commit 41a12c6e4a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
//go:build android && !termux //go:build (android && !termux) || ios
package core package core
+1 -1
View File
@@ -1,4 +1,4 @@
//go:build !android || termux //go:build (!android && !ios) || termux
package core package core