Skip to content

Commit

Permalink
Merge pull request #90 from 9ary/openwrt-gcc-ar
Browse files Browse the repository at this point in the history
openwrt: fix gcc-{ar,nm,ranlib} symlinks
  • Loading branch information
Mic92 authored Jan 18, 2025
2 parents e61efc3 + a519d9f commit f80bb7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions envs/openwrt/shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ let
for i in ${pkgs.gcc.cc}/bin/*-gnu-{g++,c++}*; do
ln -s ${pkgs.gcc}/bin/g++ $out/bin/$(basename "$i")
done
ln -sf ${pkgs.gcc.cc}/bin/{,*-gnu-}gcc-{ar,nm,ranlib} $out/bin
'';

fhs = pkgs.buildFHSUserEnv {
Expand Down

0 comments on commit f80bb7a

Please sign in to comment.