mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-06-12 04:35:03 -06:00
fix: zlib-ng on GH runner using native instructions instead of the global config (#4521)
Co-authored-by: lizzie <lizzie@eden-emu.dev>
This commit is contained in:
parent
35255bccef
commit
5b8b66ab12
3
externals/CMakeLists.txt
vendored
3
externals/CMakeLists.txt
vendored
@ -51,7 +51,8 @@ if (NOT TARGET ZLIB::ZLIB)
|
||||
set(ZLIB_ENABLE_TESTS OFF)
|
||||
set(WITH_GTEST OFF)
|
||||
set(WITH_NEW_STRATEGIES ON)
|
||||
set(WITH_NATIVE_INSTRUCTIONS ON)
|
||||
# Will mess with gh actions
|
||||
set(WITH_NATIVE_INSTRUCTIONS OFF)
|
||||
set(ZLIB_COMPAT ON CACHE BOOL "" FORCE)
|
||||
include(FetchContent)
|
||||
FetchContent_Declare(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user