This website works better with JavaScript.
Home
Help
Register
Sign In
buff
/
common-dependency-build-helpers-4-apple-hardware
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
9
Wiki
Activity
Browse Source
fixes: rm hardcoded rust version to use. Is known for not supporting our required targets aarch64-apple-darwin, aarch64-apple-ios
IOSAD-236
Andreas Buff
10 months ago
parent
f1acf8c22a
commit
7a7a49ea4e
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
buildcode/sequoia.code
+ 1
- 0
buildcode/sequoia.code
View File
@ -41,6 +41,7 @@ build_macos()
pushd ${SEQUOIA_DIR}
rm -rf rust-toolchain
if [[ $TARGET == *"ios"* ]]; then
build_ios
else
Write
Preview
Loading…
Cancel
Save