mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-28 06:13:18 +00:00
fixed a few compiler issues
This commit is contained in:
parent
8730968385
commit
b0243dd3e5
2 changed files with 7 additions and 2 deletions
3
externals/CMakeLists.txt
vendored
3
externals/CMakeLists.txt
vendored
|
@ -90,3 +90,6 @@ endif()
|
|||
|
||||
# sirit
|
||||
add_subdirectory(sirit EXCLUDE_FROM_ALL)
|
||||
if (WIN32)
|
||||
target_compile_options(sirit PUBLIC "-Wno-error=unused-command-line-argument")
|
||||
endif()
|
Loading…
Add table
Add a link
Reference in a new issue