Skip to content

Commit 053f71c

Browse files
author
Doug Coleman
committed
utils: Fix python import path round two.
1 parent 0f3896b commit 053f71c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

utils/swift_build_support/swift_build_support/SwiftBuildSupport.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,8 @@ def get_preset_options(substitutions, preset_file_names, preset_name):
174174
sdks_to_configure = swift_sdks_opt.split("=")[1].split(";")
175175
tgts = []
176176
# Expand SDKs in to their deployment targets
177-
from swift_build_support.targets import StdlibDeploymentTarget
177+
from swift_build_support.swift_build_support.targets \
178+
import StdlibDeploymentTarget
178179
for sdk in sdks_to_configure:
179180
if sdk == "OSX":
180181
tgts += StdlibDeploymentTarget.OSX.targets

0 commit comments

Comments
 (0)