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.
1 parent 27b1a7d commit 857539fCopy full SHA for 857539f
stdlib/cmake/modules/AddSwiftStdlib.cmake
@@ -58,6 +58,10 @@ function(deployment_version result_var_name)
58
set(DEPLOYMENT_VERSION ${SWIFT_ANDROID_API_LEVEL})
59
endif()
60
61
+ if("${GETDEP_SDK}" STREQUAL "FREESTANDING")
62
+ set(DEPLOYMENT_VERSION "${SWIFT_SDK_${GETDEP_SDK}_DEPLOYMENT_VERSION}")
63
+ endif()
64
+
65
set("${result_var_name}" "${DEPLOYMENT_VERSION}" PARENT_SCOPE)
66
endfunction()
67
0 commit comments