Skip to content

Commit

Permalink
doc (Laerdal.Mac.CompileAndGenerateFatLibs.sh)
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
ksidirop-laerdal committed Jul 11, 2024
1 parent 1b0f0c3 commit 8410c11
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ declare SWIFT_PACKAGES_PATH="./packages"

declare OUTPUT_FOLDER_POSTFIX=""
if [ "${XCODEBUILD_TARGET_SDK}" == "macosx" ]; then
OUTPUT_FOLDER_POSTFIX="" # special case for mac catalyst
OUTPUT_FOLDER_POSTFIX="" # special case for mac catalyst sdk 15.2 wanted this to be "-maccatalyst" but sdk 15.4 wants it to be empty go figure ...
else
OUTPUT_FOLDER_POSTFIX="-${XCODEBUILD_TARGET_SDK}"
fi
Expand Down

0 comments on commit 8410c11

Please sign in to comment.