Skip to content

Commit 08fee9d

Browse files
committed
Add arm64_32 as a valid freestanding arch
1 parent 1cf3b64 commit 08fee9d

File tree

1 file changed

+1
-1
lines changed
  • utils/swift_build_support/swift_build_support

1 file changed

+1
-1
lines changed

utils/swift_build_support/swift_build_support/targets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ class StdlibDeploymentTarget(object):
263263
Freestanding = Platform("freestanding", archs=[
264264
"i386", "x86_64",
265265
"armv7", "armv7s", "armv7k", "armv7m", "armv7em",
266-
"arm64", "arm64e"])
266+
"arm64", "arm64e", "arm64_32"])
267267

268268
Linux = Platform("linux", archs=[
269269
"x86_64",

0 commit comments

Comments
 (0)