Skip to content

Commit

Permalink
Fix iOS compatibility issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Cabanero committed Sep 11, 2024
1 parent ac29425 commit 5f0e66a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/openssh-apple/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ for p in Config.platforms {
"-framework Foundation",
"-framework openssl",
"-arch \(arch)",
"-ld64",
"-\(p.plistMinSDKVersionName) \(p.deploymentTarget)",
"-syslibroot \(p.sdkPath())",
"-compatibility_version 1.0.0",
Expand Down

0 comments on commit 5f0e66a

Please sign in to comment.