mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-18 14:22:41 +00:00
Fix Microprofile in MinGW (#2530)
This commit is contained in:
committed by
Yuri Kunde Schlesner
parent
97e06b0a0d
commit
d8af401b2c
@@ -72,8 +72,6 @@ if (NOT MSVC)
|
||||
|
||||
if (MINGW)
|
||||
add_definitions(-DMINGW_HAS_SECURE_API)
|
||||
# Microprofile causes crashes when launching titles on MinGW
|
||||
add_definitions(-DMICROPROFILE_ENABLED=0)
|
||||
|
||||
if (MINGW_STATIC_BUILD)
|
||||
add_definitions(-DQT_STATICPLUGIN)
|
||||
|
||||
Reference in New Issue
Block a user