Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
briansmith committed Jun 21, 2024
1 parent b9d412f commit dcdac42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -343,8 +343,7 @@ jobs:
shell: bash

- if: ${{ matrix.xcode_version != '' }}
- run: sudo xcode-select -s /Applications/Xcode_$${ matrix.xcode_version }}.app/Contents/Developer

run: sudo xcode-select -s /Applications/Xcode_${{ matrix.xcode_version }}.app/Contents/Developer

- if: ${{ !contains(matrix.host_os, 'windows') }}
run: |
Expand Down
4 changes: 2 additions & 2 deletions mk/cargo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@ use_clang=
case $target in
aarch64-apple-visionos)
# export XROS_DEPLOYMENT_TARGET=1.0
export CARGO_TARGET_AARCH64_APPLE_VISIONOS_RUSTFLAGS="-Clink-args=--target=arm64-apple-visionos"
# export CARGO_TARGET_AARCH64_APPLE_VISIONOS_RUSTFLAGS="-Clink-args=--target=arm64-apple-visionos"
;;
aarch64-apple-watchos)
# export WATCHOS_DEPLOYMENT_TARGET=5.0
export CARGO_TARGET_AARCH64_APPLE_WATCHOS_RUSTFLAGS="-Clink-args=--target=arm64-apple-watchos"
# export CARGO_TARGET_AARCH64_APPLE_WATCHOS_RUSTFLAGS="-Clink-args=--target=arm64-apple-watchos"
;;
aarch64-linux-android)
export CC_aarch64_linux_android=$android_tools/aarch64-linux-android21-clang
Expand Down

0 comments on commit dcdac42

Please sign in to comment.