mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 17:17:44 +00:00
LibHTML: Fix host build after Libraries/ shuffle.
This commit is contained in:
parent
752d297321
commit
105a97685e
1 changed files with 5 additions and 5 deletions
|
@ -1,12 +1,12 @@
|
|||
all: tho
|
||||
|
||||
CXXFLAGS = -W -Wall -O -g -I. -I../ -std=c++17
|
||||
CXXFLAGS = -W -Wall -O -g -I. -I../ -I../../ -std=c++17
|
||||
|
||||
EXTRA_OBJS = \
|
||||
../AK/StringImpl.o \
|
||||
../AK/String.o \
|
||||
../AK/StringBuilder.o \
|
||||
../AK/StringView.o \
|
||||
../../AK/StringImpl.o \
|
||||
../../AK/String.o \
|
||||
../../AK/StringBuilder.o \
|
||||
../../AK/StringView.o \
|
||||
../LibCore/CEventLoop.o \
|
||||
../LibCore/CObject.o \
|
||||
../LibCore/CEvent.o \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue