1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 22:57:44 +00:00

Userland: Remove LibCore dependency from libraries that do not use it

This commit is contained in:
Timothy Flynn 2024-01-21 18:37:08 -05:00 committed by Tim Flynn
parent 5945cdc054
commit aa0a6d58b2
19 changed files with 12 additions and 32 deletions

View file

@ -7,10 +7,7 @@ shared_library("LibJIT") {
"GDB.cpp",
"GDB.h",
]
deps = [
"//AK",
"//Userland/Libraries/LibCore",
]
deps = [ "//AK" ]
if (current_os == "mac") {
sources += [ "GDBUnsupported.cpp" ]