mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 21:37:35 +00:00
Move over to building all of userspace with i686-pc-serenity-g++.
This commit is contained in:
parent
b0d1969ca5
commit
d7753c7c8d
13 changed files with 56 additions and 69 deletions
5
LibC/install-headers.sh
Executable file
5
LibC/install-headers.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
mkdir -p ../Root/usr/include/sys/
|
||||
cp *.h ../Root/usr/include/
|
||||
cp sys/*.h ../Root/usr/include/sys/
|
Loading…
Add table
Add a link
Reference in a new issue