mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
Merge #5475
5475: Revert "Build our own drmingw with mingw" r=def- a=def- Pastoer reported on Discord that this causes warnings when closing client: ![Screenshot 2022-06-22 at 18 04 01](https://user-images.githubusercontent.com/2335377/175079972-787ec943-f27d-49eb-af54-883e8668c5b5.png) ## Checklist - [ ] Tested the change ingame - [ ] Provided screenshots if it is a visual change - [ ] Tested in combination with possibly related configuration options - [ ] Written a unit test if it works standalone, system.c especially - [ ] Considered possible null pointers and out of bounds array indexing - [ ] Changed no physics that affect existing maps - [ ] Tested the change with [ASan+UBSan or valgrind's memcheck](https://github.com/ddnet/ddnet/#using-addresssanitizer--undefinedbehavioursanitizer-or-valgrinds-memcheck) (optional) Co-authored-by: Dennis Felsing <dennis@felsin9.de>
This commit is contained in:
commit
911e5e1de2
|
@ -13,6 +13,7 @@ if(TARGET_OS STREQUAL "windows")
|
||||||
endif()
|
endif()
|
||||||
set(EXCEPTION_HANDLING_COPY_FILES
|
set(EXCEPTION_HANDLING_COPY_FILES
|
||||||
"${EXTRA_EXCEPTION_HANDLING_LIBDIR}/exchndl.dll"
|
"${EXTRA_EXCEPTION_HANDLING_LIBDIR}/exchndl.dll"
|
||||||
|
"${EXTRA_EXCEPTION_HANDLING_LIBDIR}/dbgcore.dll"
|
||||||
"${EXTRA_EXCEPTION_HANDLING_LIBDIR}/dbghelp.dll"
|
"${EXTRA_EXCEPTION_HANDLING_LIBDIR}/dbghelp.dll"
|
||||||
"${EXTRA_EXCEPTION_HANDLING_LIBDIR}/mgwhelp.dll"
|
"${EXTRA_EXCEPTION_HANDLING_LIBDIR}/mgwhelp.dll"
|
||||||
"${EXTRA_EXCEPTION_HANDLING_LIBDIR}/symsrv.dll"
|
"${EXTRA_EXCEPTION_HANDLING_LIBDIR}/symsrv.dll"
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 953ab63556860c8e31d6934ff63350fe10d8605e
|
Subproject commit ca84f73f520e6adcf006d267d3f8fe8b66037527
|
Loading…
Reference in a new issue