Skip to content

Commit 82a1e06

Browse files
authored
Merge pull request #544 from artemcm/YamsBumpDispatchProblem
[Build Script Helper] Do not pass `-Ddispatch_DIR` to the Yams CMake build
2 parents 4343bed + a76b464 commit 82a1e06

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Utilities/build-script-helper.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -474,9 +474,6 @@ def build_yams_using_cmake(args, target, swiftc_exec, build_dir, base_cmake_flag
474474
yams_cmake_flags.append('-DCMAKE_C_FLAGS=-target %s' % target)
475475
else:
476476
yams_cmake_flags.append('-DCMAKE_C_FLAGS=-fPIC -target %s' % target)
477-
if args.dispatch_build_dir:
478-
yams_cmake_flags.append(get_dispatch_cmake_arg(args))
479-
480477
if args.foundation_build_dir:
481478
yams_cmake_flags.append(get_foundation_cmake_arg(args))
482479
yams_swift_flags = swift_flags[:]

0 commit comments

Comments
 (0)