mirror of
https://github.com/rwinkhart/libmutton.git
synced 2026-09-03 15:47:27 -04:00
Fix clipClearProcess on iOS
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
//go:build android && !termux
|
//go:build (android && !termux) || ios
|
||||||
|
|
||||||
package core
|
package core
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
//go:build !android || termux
|
//go:build (!android && !ios) || termux
|
||||||
|
|
||||||
package core
|
package core
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user