1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 01:07:35 +00:00

Build Environment: Add a definition for the Bootstrapper environment

This commit is contained in:
Liav A 2020-02-09 16:51:21 +02:00 committed by Andreas Kling
parent 8bdb08c354
commit 1266c9ab88

View file

@ -60,6 +60,8 @@ else
ifdef KERNEL
DEFINES += -DKERNEL
else ifdef BOOTSTRAPPER
DEFINES += -DBOOTSTRAPPER
else
# everything else gets -lc -lm
LIB_DEPS := C M $(LIB_DEPS)