AFKCommands fully working

This commit is contained in:
ISnortPennies 2022-08-15 17:18:07 -04:00
parent c2beebcabf
commit a3675515d8
3 changed files with 22 additions and 12 deletions

View file

@ -6,8 +6,8 @@
let
wrapper = ''
#!/bin/sh
LD_LIBRARY_PATH=${stdenv.cc.cc.lib}/lib/:${glibc}/lib/:/run/opengl-driver/lib/ \
${glibc}/lib64/ld-linux-x86-64.so.2 \
export LD_LIBRARY_PATH=${stdenv.cc.cc.lib}/lib/:${glibc}/lib/:/run/opengl-driver/lib/
exec ${glibc}/lib64/ld-linux-x86-64.so.2 \
$out/t-rex --no-watchdog \$@
'';
in