mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-23 00:45:48 +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:
@@ -1,4 +1,5 @@
|
||||
#include <AK/Assertions.h>
|
||||
#include <AK/kstdio.h>
|
||||
#include <LibCore/CEvent.h>
|
||||
#include <LibCore/CEventLoop.h>
|
||||
#include <LibCore/CObject.h>
|
||||
|
||||
Reference in New Issue
Block a user