> compile NEMU

ysyx_22040000 李心杨
Linux calcite 6.6.19 #1-NixOS SMP PREEMPT_DYNAMIC Fri Mar  1 12:35:11 UTC 2024 x86_64 GNU/Linux
 20:29:01  up   7:34,  2 users,  load average: 0.73, 0.76, 0.91
This commit is contained in:
tracer-ysyx 2024-03-20 20:29:01 +08:00 committed by xinyangli
parent 28708f3774
commit 874f1d92f6

View file

@ -54,7 +54,7 @@
installPhase = ''
mkdir -p $out/bin
ls build/
cp build/native/*.elf $out/bin/
cp build/native/* $out/bin/
'';
# dontFixup = true;