Build: Oops, we forgot to build LibM

This commit is contained in:
Andreas Kling 2019-12-20 21:08:57 +01:00
parent a8d69f4b76
commit ce6c63b117
Notes: sideshowbarker 2024-07-19 10:47:36 +09:00

View File

@ -5,9 +5,10 @@ SUBDIRS = \
Libraries/LibHTML/CodeGenerators/Generate_CSS_PropertyID_cpp \
Libraries/LibHTML/CodeGenerators/Generate_CSS_PropertyID_h
# Build LibC, LibCore, LibIPC and LibThread before IPC servers, since they depend on them.
# Build some libraries before IPC servers, since they depend on them.
SUBDIRS += \
Libraries/LibC \
Libraries/LibM \
Libraries/LibCore \
Libraries/LibDraw \
Libraries/LibIPC \