mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +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: https://github.com/SerenityOS/serenity/commit/9a5e0652297
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…
Reference in a new issue