We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c4a7149 + 01fdb28 commit edce1feCopy full SHA for edce1fe
src/CMakeLists.txt
@@ -115,7 +115,8 @@ if(ENABLE_SWIFT)
115
target_sources(dispatch
116
PRIVATE
117
swift/DispatchStubs.cc
118
- ${CMAKE_CURRENT_BINARY_DIR}/swiftDispatch.o)
+ ${CMAKE_CURRENT_BINARY_DIR}/swiftDispatch.o
119
+ ${SWIFT_RUNTIME_LIBDIR}/swiftrt.o)
120
if(CMAKE_BUILD_TYPE MATCHES Debug)
121
target_link_libraries(dispatch
122
0 commit comments