mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 01:07:35 +00:00
Build: Oops, we forgot to build LibM
This commit is contained in:
parent
a8d69f4b76
commit
ce6c63b117
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue