From 804188ac0c5795fa041dc74d693d4535f1ff3f76 Mon Sep 17 00:00:00 2001 From: Andrew Kaster Date: Mon, 31 Jul 2023 12:02:17 -0600 Subject: [PATCH] Meta: Port 1d59a62944ec1fe59423958da15c643470928309 to gn build --- Meta/gn/secondary/Ladybird/WebContent/BUILD.gn | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Meta/gn/secondary/Ladybird/WebContent/BUILD.gn b/Meta/gn/secondary/Ladybird/WebContent/BUILD.gn index 1160046c7b..74beb7ce12 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" ] - } }