mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:47:45 +00:00
Build: Add Libraries/LibPthread to the default includes
This commit is contained in:
parent
842716a0b5
commit
a8d69f4b76
1 changed files with 2 additions and 1 deletions
|
@ -45,7 +45,8 @@ else
|
|||
|
||||
INCLUDE_FLAGS += \
|
||||
-I$(SERENITY_BASE_DIR)/Libraries/LibC \
|
||||
-I$(SERENITY_BASE_DIR)/Libraries/LibM
|
||||
-I$(SERENITY_BASE_DIR)/Libraries/LibM \
|
||||
-I$(SERENITY_BASE_DIR)/Libraries/LibPthread
|
||||
|
||||
LDFLAGS += \
|
||||
-L$(SERENITY_BASE_DIR)/Libraries/LibC
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue