Skip to content

Commit

Permalink
un testable-ize python script
Browse files Browse the repository at this point in the history
  • Loading branch information
David Ungar committed Dec 10, 2020
1 parent 270ec0d commit ac3c883
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Utilities/build-script-helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -492,8 +492,6 @@ def build_swift_driver_using_cmake(args, target, swiftc_exec, build_dir, base_cm
'-DTSC_DIR=' + os.path.join(os.path.join(dependencies_dir, 'swift-tools-support-core'), 'cmake/modules'),
'-DYams_DIR=' + os.path.join(os.path.join(dependencies_dir, 'yams'), 'cmake/modules'),
'-DArgumentParser_DIR=' + os.path.join(os.path.join(dependencies_dir, 'swift-argument-parser'), 'cmake/modules')]
#FIXME: Building with testing enable to allow @testable import of SwiftDriver
driver_swift_flags.append('-enable-testing')
driver_cmake_flags = base_cmake_flags + flags
cmake_build(args, swiftc_exec, driver_cmake_flags, driver_swift_flags,
driver_source_dir, driver_build_dir)
Expand Down

0 comments on commit ac3c883

Please sign in to comment.