Skip to content

Commit 60a6522

Browse files
authored
Merge pull request #3048 from leogiertz/master
2 parents bb43874 + 0ce71c7 commit 60a6522

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
@@ -175,7 +175,7 @@ def host_target():
175175

176176
elif system == 'FreeBSD':
177177
if machine == 'amd64':
178-
return StdlibDeploymentTarget.FreeBSD.amd64
178+
return StdlibDeploymentTarget.FreeBSD.x86_64
179179

180180
elif system == 'CYGWIN_NT-10.0':
181181
if machine == 'x86_64':

0 commit comments

Comments
 (0)