Skip to content

Commit 3f44d67

Browse files
committed
---
yaml --- r: 346108 b: refs/heads/master c: 7ac90ed h: refs/heads/master
1 parent c2343d3 commit 3f44d67

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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: 0e124865de5f9222c2cfbaaabedd2513f37b6c87
2+
refs/heads/master: 7ac90ed86033657421194b753aa2093dde96a89b
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/test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ foreach(SDK ${SWIFT_SDKS})
250250
set(LIT_ARGS "${SWIFT_TEST_EXTRA_ARGS} ${LLVM_LIT_ARGS}")
251251
separate_arguments(LIT_ARGS)
252252

253-
if(NOT SWIFT_BUILD_STDLIB)
253+
if(NOT SWIFT_BUILD_STDLIB AND NOT SWIFT_PATH_TO_EXTERNAL_STDLIB_BUILD)
254254
list(APPEND LIT_ARGS
255255
"--param" "test_sdk_overlay_dir=${SWIFTLIB_DIR}/${SWIFT_SDK_${SDK}_LIB_SUBDIR}")
256256
endif()

0 commit comments

Comments
 (0)