diff --git a/Meta/gn/secondary/Ladybird/WebContent/BUILD.gn b/Meta/gn/secondary/Ladybird/WebContent/BUILD.gn index 1160046c7b3..74beb7ce125 100644 --- a/Meta/gn/secondary/Ladybird/WebContent/BUILD.gn +++ b/Meta/gn/secondary/Ladybird/WebContent/BUILD.gn @@ -62,9 +62,4 @@ executable("WebContent") { "main.cpp", ] sources += get_target_outputs(":generate_moc") - - if (current_os == "mac") { - sources += [ "MacOSSetup.mm" ] - frameworks = [ "AppKit.framework" ] - } }