mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 21:17:45 +00:00
Everywhere: Fully remove the separate LibPthread directory
This commit is contained in:
parent
dac361e330
commit
28061cf94d
9 changed files with 10 additions and 16 deletions
|
@ -24,7 +24,6 @@ Userland/Services/
|
|||
Userland/Libraries/
|
||||
Userland/Libraries/LibC/
|
||||
Userland/Libraries/LibM/
|
||||
Userland/Libraries/LibPthread/
|
||||
Userland/Libraries/LibSystem/
|
||||
Toolchain/Local/i686/i686-pc-serenity/include/c++/12.1.0
|
||||
Build/i686/
|
||||
|
|
|
@ -46,7 +46,6 @@ These extensions can be used as-is, but you need to point them to the custom Ser
|
|||
"${workspaceFolder}/Userland/Libraries",
|
||||
"${workspaceFolder}/Userland/Libraries/LibC",
|
||||
"${workspaceFolder}/Userland/Libraries/LibM",
|
||||
"${workspaceFolder}/Userland/Libraries/LibPthread",
|
||||
"${workspaceFolder}/Userland/Services",
|
||||
"${workspaceFolder}/Toolchain/Local/i686/i686-pc-serenity/include/c++/**"
|
||||
],
|
||||
|
@ -77,7 +76,6 @@ These extensions can be used as-is, but you need to point them to the custom Ser
|
|||
"${workspaceFolder}/Userland/Libraries",
|
||||
"${workspaceFolder}/Userland/Libraries/LibC",
|
||||
"${workspaceFolder}/Userland/Libraries/LibM",
|
||||
"${workspaceFolder}/Userland/Libraries/LibPthread",
|
||||
"${workspaceFolder}/Userland/Services",
|
||||
"${workspaceFolder}/Toolchain/Local/i686/i686-pc-serenity/include/c++/**"
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue