Skip to content

Commit

Permalink
chore: use netgo for both android & iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
siddarthkay committed Jan 30, 2024
1 parent f71dd92 commit a86d815
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nix/status-go/mobile/build.nix
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ in buildGoPackage {
-ldflags="$ldflags" \
-target=${concatStringsSep "," targets} \
${optionalString isAndroid "-androidapi=${platformVersion}" } \
${optionalString isIOS "-iosversion=${platformVersion} -tags=netgo" } \
-tags='${optionalString isIOS "nowatchdog"} gowaku_skip_migrations gowaku_no_rln' \
${optionalString isIOS "-iosversion=${platformVersion}" } \
-tags='${optionalString isIOS "nowatchdog"} gowaku_skip_migrations gowaku_no_rln netgo' \
-o ${outputFileName} \
${source.goPackagePath}/mobile
Expand Down

0 comments on commit a86d815

Please sign in to comment.