Skip to content

Commit

Permalink
Add SDKROOT.
Browse files Browse the repository at this point in the history
  • Loading branch information
afd committed Oct 12, 2022
1 parent d61b5d5 commit 13c9314
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/c_apps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ case "$(uname)" in

"Darwin")
NINJA_OS="mac"
SDKROOT=$(xcrun --show-sdk-path)
;;

"MINGW"*|"MSYS_NT"*)
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/cxx_apps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ case "$(uname)" in

"Darwin")
NINJA_OS="mac"
SDKROOT=$(xcrun --show-sdk-path)
;;

"MINGW"*|"MSYS_NT"*)
Expand Down

0 comments on commit 13c9314

Please sign in to comment.