mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-24 20:45:46 +00:00
fix remaining linux comp errors
Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
parent
23890f9c02
commit
be061e0497
1 changed files with 5 additions and 0 deletions
|
@ -506,6 +506,11 @@ CPMAddPackage(
|
|||
${CMAKE_SOURCE_DIR}/.ci/patch/0001-quazip-strict.patch
|
||||
)
|
||||
|
||||
target_compile_options(QuaZip PRIVATE
|
||||
-Wno-error=shadow
|
||||
-Wno-error=missing-declarations
|
||||
)
|
||||
|
||||
target_link_libraries(yuzu PRIVATE QuaZip::QuaZip)
|
||||
|
||||
create_target_directory_groups(yuzu)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue