mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-20 11:36:10 +00:00
LibHTML: Fix host build after Libraries/ shuffle.
This commit is contained in:
parent
752d297321
commit
105a97685e
Notes:
sideshowbarker
2024-07-19 13:23:09 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/105a97685eb
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
Reference in a new issue