LibHTML: Fix host build after Libraries/ shuffle.

This commit is contained in:
Andreas Kling 2019-07-08 07:10:47 +02:00
parent 752d297321
commit 105a97685e
Notes: sideshowbarker 2024-07-19 13:23:09 +09:00

View file

@ -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 \