mirror of
https://github.com/rwinkhart/cmutton.git
synced 2026-09-05 08:37:33 -04:00
Use iOS securePtrOverwriteAndFree implementation for all Apple platforms
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
//go:build ios
|
//go:build ios || darwin
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
//go:build !ios
|
//go:build !ios && !darwin
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user