Skip to content

Commit e0a862c

Browse files
authored
Update links for repositories moved to the swiftlang org on GitHub (#965)
1 parent f53b6e0 commit e0a862c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-script-helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ def install(args, env):
288288

289289
def get_build_target(args):
290290
"""Returns the target-triple of the current machine or for cross-compilation."""
291-
# Adapted from https://github.com/apple/swift-package-manager/blob/fde9916d/Utilities/bootstrap#L296
291+
# Adapted from https://github.com/swiftlang/swift-package-manager/blob/fde9916d/Utilities/bootstrap#L296
292292
command = [args.swift_exec, '-print-target-info']
293293
target_info_json = subprocess.check_output(command, stderr=subprocess.PIPE, universal_newlines=True).strip()
294294
args.target_info = json.loads(target_info_json)

0 commit comments

Comments
 (0)