Skip to content

Commit

Permalink
add iOS to serviceid
Browse files Browse the repository at this point in the history
  • Loading branch information
1Conan committed Sep 4, 2024
1 parent 81841f4 commit 92d338b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/libsignalgo/serviceid_clang.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:build darwin || android
//go:build darwin || android || ios

package libsignalgo

Expand Down
2 changes: 1 addition & 1 deletion pkg/libsignalgo/serviceid_gcc.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:build !(darwin || android)
//go:build !(darwin || android || ios)

package libsignalgo

Expand Down

0 comments on commit 92d338b

Please sign in to comment.