Skip to content

Commit 3f631f6

Browse files
committed
---
yaml --- r: 348535 b: refs/heads/master c: 50945a8 h: refs/heads/master i: 348533: c36abfb 348531: a2d3b5d 348527: 6d82041
1 parent 5ce9933 commit 3f631f6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 35ff468da4caec529f52b617c6884a7753cb5281
2+
refs/heads/master: 50945a8c2177646150a26c37871180d76688ce47
33
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
44
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
55
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea

trunk/utils/build-parser-lib

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ class Builder(object):
121121
cmake_args += ['-DSWIFT_BUILD_REMOTE_MIRROR=FALSE', '-DSWIFT_BUILD_DYNAMIC_STDLIB=FALSE',
122122
'-DSWIFT_BUILD_STATIC_STDLIB=FALSE', '-DSWIFT_BUILD_DYNAMIC_SDK_OVERLAY=FALSE',
123123
'-DSWIFT_BUILD_STATIC_SDK_OVERLAY=FALSE']
124+
cmake_args += ['-DLLVM_ENABLE_LIBXML2=FALSE']
124125
# We are not using cmark but initialize the CMARK variables to something so that configure can succeed.
125126
cmake_args += ['-DCMARK_MAIN_INCLUDE_DIR='+os.path.join(SWIFT_SOURCE_ROOT, 'cmark'), '-DCMARK_BUILD_INCLUDE_DIR='+os.path.join(self.build_dir, 'cmark')]
126127
cmake_args += ['-DLLVM_INCLUDE_TESTS=FALSE', '-DCLANG_INCLUDE_TESTS=FALSE', '-DSWIFT_INCLUDE_TESTS=FALSE']

0 commit comments

Comments
 (0)