Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added linker directive as it may not use directly the ndk linker
  • Loading branch information
MrcSnm authored Dec 23, 2021
1 parent 7b3c640 commit a251b1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ After downloading it, it's time to setup your compiler to find its existence.
"-defaultlib=phobos2-ldc,druntime-ldc",
"-link-defaultlib-shared=false",
"-gcc=/home/hipreme/Android/Sdk/ndk/21.3.6528147/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android21-clang",
"-linker=/home/hipreme/Android/Sdk/ndk/21.3.6528147/toolchains/llvm/prebuilt/linux-x86_64/bin/ld"
];
lib-dirs = [
"%%ldcbinarypath%%/../lib-android_aarch64/lib",
Expand Down

0 comments on commit a251b1c

Please sign in to comment.