mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 00:17:46 +00:00
LibC: Install crt0.o into /usr/lib
This commit is contained in:
parent
3f29a12d90
commit
4a5b474f1d
1 changed files with 1 additions and 0 deletions
|
@ -5,3 +5,4 @@ mkdir -p ../Root/usr/lib/
|
|||
cp *.h ../Root/usr/include/
|
||||
cp sys/*.h ../Root/usr/include/sys/
|
||||
cp libc.a ../Root/usr/lib/
|
||||
cp crt0.o ../Root/usr/lib/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue