mirror of
https://github.com/apple/container.git
synced 2026-09-22 23:55:34 +00:00
Remove the support for CURRENT_SDK (#251)
This PR removes the no longer needed support for `CURRENT_SDK`.
This commit is contained in:
@@ -14,9 +14,6 @@
|
||||
# limitations under the License.
|
||||
|
||||
opts=()
|
||||
if [ ! -z "${CURRENT_SDK}" ] ; then
|
||||
opts+=("-Xswiftc" "-DCURRENT_SDK")
|
||||
fi
|
||||
opts+=("--allow-writing-to-directory" "$1")
|
||||
opts+=("generate-documentation")
|
||||
opts+=("--target" "ContainerSandboxService")
|
||||
|
||||
Reference in New Issue
Block a user