Skip to content

Commit 1c40714

Browse files
authored
android-ndk-toolchain: fix broken symlinks (#382182)
1 parent 2e45857 commit 1c40714

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pkgs/development/androidndk-pkgs/androidndk-pkgs.nix

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,8 @@ rec {
133133
ln -sf $tool $(echo $tool | sed 's/llvm-//')
134134
done)
135135
136-
# handle last, as llvm-as is for llvm bytecode
137-
ln -sf $out/bin/${targetInfo.triple}-as $out/bin/${targetPrefix}as
138-
ln -sf $out/bin/${targetInfo.triple}-as $out/bin/as
136+
ln -sf $out/bin/yasm $out/bin/${targetPrefix}as
137+
ln -sf $out/bin/yasm $out/bin/as
139138
140139
patchShebangs $out/bin
141140
'';

0 commit comments

Comments
 (0)