Skip to content
Snippets Groups Projects
Commit 5c4aed4a authored by Benjamin Koch's avatar Benjamin Koch
Browse files

add wrapper for g++ (in addition to gcc)

parent 054934e1
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,8 @@ let
mkdir -p $out/bin
ln -s ${pkg}/bin/gcc $out/bin/${pkg.stdenv.targetPlatform.config}-gcc
ln -s ${pkg}/bin/gcc $out/bin/${pkg.stdenv.targetPlatform.config}-wrapped-gcc
ln -s ${pkg}/bin/g++ $out/bin/${pkg.stdenv.targetPlatform.config}-g++
ln -s ${pkg}/bin/g++ $out/bin/${pkg.stdenv.targetPlatform.config}-wrapped-g++
'';
# If Nix is cross-compiling this package, we have build!=host!=target (but Nix doesn't know about target, which is ESP32).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment