mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 11:57:35 +00:00
Build: Put C and M at the front of $LIB_DEPS to build first
This commit is contained in:
parent
68d721f973
commit
2d7259e0a0
1 changed files with 2 additions and 2 deletions
|
@ -51,7 +51,7 @@ else
|
||||||
DEFINES += -DKERNEL
|
DEFINES += -DKERNEL
|
||||||
else
|
else
|
||||||
# everything else gets -lc -lm
|
# everything else gets -lc -lm
|
||||||
LIB_DEPS += C M
|
LIB_DEPS := C M $(LIB_DEPS)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# turn "LIB_DEPS=C Core Thread" into "-lc -lcore -lthread -L.../LibC ..."
|
# turn "LIB_DEPS=C Core Thread" into "-lc -lcore -lthread -L.../LibC ..."
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue