Skip to content

Commit

Permalink
add note about bug
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone committed Oct 16, 2023
1 parent a502f60 commit 038726e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/cmd/buildtool/ios.go
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,8 @@ func iosNewCBuildEnv(deps buildtoolmodel.Dependencies, platform, ooniArch string

switch ooniArch {
case "arm64":
// TODO(bassosimone): using ios64-xcrun here is wrong and we should
// instead use the simulator, but does OpenSSL support that?
out.CONFIGURE_HOST = "arm-apple-darwin"
out.OPENSSL_COMPILER = "ios64-xcrun"
case "amd64":
Expand Down

0 comments on commit 038726e

Please sign in to comment.