mirror of
https://github.com/RGBCube/serenity
synced 2026-01-16 23:20:59 +00:00
LibHTML: Make it possible to build LibHTML on the host.
- "make" builds the normal Serenity libhtml.a - "make -f Makefile.host" builds a test program for the host machine.
This commit is contained in:
parent
04b2082e97
commit
7e1cb86da7
12 changed files with 101 additions and 56 deletions
|
|
@ -1,4 +1,5 @@
|
|||
#include <LibCore/CFile.h>
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue