mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-21 09:49:21 +00:00
Build Environment: Add a definition for the Bootstrapper environment
This commit is contained in:
parent
8bdb08c354
commit
1266c9ab88
Notes:
sideshowbarker
2024-07-19 09:30:13 +09:00
Author: https://github.com/supercomputer7
Commit: 1266c9ab88
Pull-request: https://github.com/SerenityOS/serenity/pull/1194
1 changed files with 2 additions and 0 deletions
|
@ -60,6 +60,8 @@ else
|
||||||
|
|
||||||
ifdef KERNEL
|
ifdef KERNEL
|
||||||
DEFINES += -DKERNEL
|
DEFINES += -DKERNEL
|
||||||
|
else ifdef BOOTSTRAPPER
|
||||||
|
DEFINES += -DBOOTSTRAPPER
|
||||||
else
|
else
|
||||||
# everything else gets -lc -lm
|
# everything else gets -lc -lm
|
||||||
LIB_DEPS := C M $(LIB_DEPS)
|
LIB_DEPS := C M $(LIB_DEPS)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue