Skip to content

Commit 7f2b295

Browse files
committed
Enable built-in DNS on Apple targets
1 parent ff204ae commit 7f2b295

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

cmd/build-naive/cmd_build.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,7 @@ func buildTarget(t Target) {
271271
fmt.Sprintf(`target_platform="%s"`, platform),
272272
fmt.Sprintf(`target_environment="%s"`, environment),
273273
`ios_deployment_target="15.0"`,
274+
"enable_built_in_dns=true",
274275
// Disable PartitionAlloc for iOS to avoid crashes when embedded in other apps
275276
// PartitionAlloc initialization fails when the host app has its own allocator
276277
"ios_partition_alloc_enabled=false",

0 commit comments

Comments
 (0)