diff options
author | lat9nq <lat9nq@gmail.com> | 2022-05-28 10:02:35 +0200 |
---|---|---|
committer | lat9nq <lat9nq@gmail.com> | 2022-05-28 10:07:46 +0200 |
commit | 6e12eb80a005bc9616fce2927ba9165557332e28 (patch) | |
tree | 3158d57a6667bbff00460e3ba0e15d3f6ff9fce0 /src | |
parent | Merge pull request #8372 from german77/touch (diff) | |
download | yuzu-6e12eb80a005bc9616fce2927ba9165557332e28.tar yuzu-6e12eb80a005bc9616fce2927ba9165557332e28.tar.gz yuzu-6e12eb80a005bc9616fce2927ba9165557332e28.tar.bz2 yuzu-6e12eb80a005bc9616fce2927ba9165557332e28.tar.lz yuzu-6e12eb80a005bc9616fce2927ba9165557332e28.tar.xz yuzu-6e12eb80a005bc9616fce2927ba9165557332e28.tar.zst yuzu-6e12eb80a005bc9616fce2927ba9165557332e28.zip |
Diffstat (limited to 'src')
-rw-r--r-- | src/yuzu/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/CMakeLists.txt b/src/yuzu/CMakeLists.txt index 2ee21f751..404acdd05 100644 --- a/src/yuzu/CMakeLists.txt +++ b/src/yuzu/CMakeLists.txt @@ -240,7 +240,7 @@ elseif(WIN32) if(MSVC) set_target_properties(yuzu PROPERTIES LINK_FLAGS_RELEASE "/SUBSYSTEM:WINDOWS") elseif(MINGW) - set_target_properties(yuzu PROPERTIES LINK_FLAGS_RELEASE "-mwindows") + set_target_properties(yuzu PROPERTIES LINK_FLAGS_RELEASE "-Wl,--subsystem,windows") endif() endif() |