We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e45857 commit 1c40714Copy full SHA for 1c40714
pkgs/development/androidndk-pkgs/androidndk-pkgs.nix
@@ -133,9 +133,8 @@ rec {
133
ln -sf $tool $(echo $tool | sed 's/llvm-//')
134
done)
135
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
+ ln -sf $out/bin/yasm $out/bin/${targetPrefix}as
+ ln -sf $out/bin/yasm $out/bin/as
139
140
patchShebangs $out/bin
141
'';
0 commit comments