mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-30 13:19:02 +00:00
AK: Always rebuild unit tests if AK headers change
This is a hack to avoid failing AK unit tests because it didn't even try to rebuild.
This commit is contained in:
parent
2f16e31afc
commit
9a5e065229
Notes:
sideshowbarker
2024-07-19 11:20:59 +09:00
Author: https://github.com/awesomekling
Commit: 9a5e065229
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ SHARED_TEST_OBJS = \
|
|||
../URL.o \
|
||||
../Utf8View.o \
|
||||
|
||||
.cpp.o:
|
||||
%.o: %.cpp ../*.h
|
||||
@echo "HOST_CXX $<"; $(PRE_CXX) $(CXX) $(CXXFLAGS) -o $@ -c $<
|
||||
|
||||
define execute-command
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue