mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 20:17:44 +00:00
Everywhere: Fully remove the separate LibM directory
This commit is contained in:
parent
bbcdd0dca0
commit
1b25c38b8b
8 changed files with 8 additions and 14 deletions
|
@ -45,7 +45,6 @@ These extensions can be used as-is, but you need to point them to the custom Ser
|
|||
"${workspaceFolder}/Userland",
|
||||
"${workspaceFolder}/Userland/Libraries",
|
||||
"${workspaceFolder}/Userland/Libraries/LibC",
|
||||
"${workspaceFolder}/Userland/Libraries/LibM",
|
||||
"${workspaceFolder}/Userland/Services",
|
||||
"${workspaceFolder}/Toolchain/Local/i686/i686-pc-serenity/include/c++/**"
|
||||
],
|
||||
|
@ -75,7 +74,6 @@ These extensions can be used as-is, but you need to point them to the custom Ser
|
|||
"${workspaceFolder}/Userland",
|
||||
"${workspaceFolder}/Userland/Libraries",
|
||||
"${workspaceFolder}/Userland/Libraries/LibC",
|
||||
"${workspaceFolder}/Userland/Libraries/LibM",
|
||||
"${workspaceFolder}/Userland/Services",
|
||||
"${workspaceFolder}/Toolchain/Local/i686/i686-pc-serenity/include/c++/**"
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue