diff options
Diffstat (limited to '.cargo/config')
-rw-r--r-- | .cargo/config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.cargo/config b/.cargo/config new file mode 100644 index 0000000..e3a1851 --- /dev/null +++ b/.cargo/config @@ -0,0 +1,2 @@ +[target.arm-linux-androideabi] +linker = "deps/apk-builder/apk-builder/target/apk-builder" |