Skip to content

Commit 523e6ec

Browse files
authored
Merge pull request #1948 from apple/revert-1945-eng/PR-70237254
Revert "[repl_swift] Delete codesigning override"
2 parents f6a1e30 + d776078 commit 523e6ec

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

lldb/tools/repl/swift/CMakeLists.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# Only set LLVM_CODESIGNING_IDENTITY for building on Apple hosts for Apple
2+
# targets
3+
if (CMAKE_HOST_APPLE AND APPLE)
4+
# Override locally, so the repl is ad-hoc signed.
5+
set(LLVM_CODESIGNING_IDENTITY "-")
6+
endif()
7+
18
# Requires system-provided Swift libs.
29
set(CMAKE_OSX_DEPLOYMENT_TARGET 10.14.4)
310

0 commit comments

Comments
 (0)