This repository has been archived by the owner on Aug 14, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from vgorloff/develop
v1.0.6
- Loading branch information
Showing
10 changed files
with
256 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/stdlib/private/CMakeLists.txt b/stdlib/private/CMakeLists.txt | ||
index d03a0ad1737b408700d5595498b2934c3b065b40..e1f20ba818dba29dc6e34737b7e93ba192cc1ab9 100644 | ||
--- a/stdlib/private/CMakeLists.txt | ||
+++ b/stdlib/private/CMakeLists.txt | ||
@@ -2,7 +2,7 @@ if(SWIFT_BUILD_STDLIB OR SWIFT_BUILD_SDK_OVERLAY) | ||
add_subdirectory(SwiftPrivate) | ||
endif() | ||
|
||
-if(SWIFT_BUILD_SDK_OVERLAY) | ||
+if(SWIFT_BUILD_SDK_OVERLAY AND NOT SWIFT_OVERLAY_TARGETS STREQUAL "") | ||
# SwiftPrivateThreadExtras makes use of Darwin/Glibc, which is part of the | ||
# SDK overlay. It can't be built separately from the SDK overlay. | ||
add_subdirectory(RuntimeUnittest) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/stdlib/public/stubs/CMakeLists.txt b/stdlib/public/stubs/CMakeLists.txt | ||
index 2196d456e791feacf2d5ec6f92d615f5a0ee2bbf..fa00c05f415b55e8e2e30ac6423e6016861ca18f 100644 | ||
--- a/stdlib/public/stubs/CMakeLists.txt | ||
+++ b/stdlib/public/stubs/CMakeLists.txt | ||
@@ -37,7 +37,7 @@ add_swift_target_library(swiftStdlibStubs | ||
INSTALL_IN_COMPONENT | ||
stdlib) | ||
|
||
-if(CMAKE_SYSTEM_NAME STREQUAL "Darwin") | ||
+if(CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND NOT SWIFT_OVERLAY_TARGETS STREQUAL "") | ||
set_property(SOURCE | ||
SwiftNativeNSXXXBaseARC.m | ||
APPEND_STRING PROPERTY COMPILE_FLAGS |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.