Skip to content

Commit

Permalink
ci: fixed creating missing .cargo folder
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed May 5, 2020
1 parent c101a87 commit 2070bd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-ndk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ rustup target add aarch64-linux-android armv7-linux-androideabi i686-linux-andro

# Creates cargo config
echo "Creating cargo config..."
mkdir -p .cargo
mkdir -p $project_path/.cargo
echo "
[target.aarch64-linux-android]
ar = '$ANDROID_NDK_HOME/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android26-ar'
Expand Down

0 comments on commit 2070bd7

Please sign in to comment.