mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-28 13:28:01 +03:00
rpcs3qt: Add macOS support to the updater.
This commit is contained in:
parent
5fe36872c5
commit
3ef48cbdd5
7 changed files with 152 additions and 24 deletions
2
3rdparty/7z/CMakeLists.txt
vendored
2
3rdparty/7z/CMakeLists.txt
vendored
|
@ -1,5 +1,5 @@
|
|||
# 7z sdk
|
||||
if(WIN32)
|
||||
if(WIN32 OR APPLE)
|
||||
add_library(3rdparty_7z STATIC EXCLUDE_FROM_ALL
|
||||
src/7zAlloc.c
|
||||
src/7zArcIn.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue