mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
Ports: Remove obsolete patches for ninja
This commit is contained in:
parent
ef4efce897
commit
43e46df561
Notes:
sideshowbarker
2024-07-18 10:32:12 +09:00
Author: https://github.com/gunnarbeutner Commit: https://github.com/SerenityOS/serenity/commit/43e46df5610 Pull-request: https://github.com/SerenityOS/serenity/pull/6969
1 changed files with 0 additions and 11 deletions
|
@ -1,11 +0,0 @@
|
|||
diff -Naur ninja-1.8.2/src/ninja.cc ninja-1.8.2.serenity/src/ninja.cc
|
||||
--- ninja-1.8.2/src/ninja.cc 2017-09-11 03:20:10.000000000 +0200
|
||||
+++ ninja-1.8.2.serenity/src/ninja.cc 2021-04-11 23:54:18.156949715 +0200
|
||||
@@ -1207,6 +1207,7 @@
|
||||
|
||||
} // anonymous namespace
|
||||
|
||||
+__attribute__((visibility("default")))
|
||||
int main(int argc, char** argv) {
|
||||
#if defined(_MSC_VER)
|
||||
// Set a handler to catch crashes not caught by the __try..__except
|
Loading…
Reference in a new issue