Skip to content

Commit fc0b61b

Browse files
committed
fix: update chdir path to match cmake in flake build
1 parent 598130c commit fc0b61b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@
8585
installPhase = ''
8686
cmake --install . --prefix $out
8787
wrapProgram $out/bin/ArenaRush \
88-
--chdir $out/bin \
89-
--set LD_LIBRARY_PATH ${LD_LIBRARY_PATH}:$LD_LIBRARY_PATH
88+
--chdir $out \
89+
--suffix LD_LIBRARY_PATH : ${LD_LIBRARY_PATH}
9090
'';
9191
};
9292
};

0 commit comments

Comments
 (0)