mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-16 12:09:07 +00:00
cmake: fix sdl3_mixer target name (#3811)
Some checks are pending
Build and Release / reuse (push) Waiting to run
Build and Release / clang-format (push) Waiting to run
Build and Release / get-info (push) Waiting to run
Build and Release / windows-sdl (push) Blocked by required conditions
Build and Release / macos-sdl (push) Blocked by required conditions
Build and Release / linux-sdl (push) Blocked by required conditions
Build and Release / linux-sdl-gcc (push) Blocked by required conditions
Build and Release / pre-release (push) Blocked by required conditions
Some checks are pending
Build and Release / reuse (push) Waiting to run
Build and Release / clang-format (push) Waiting to run
Build and Release / get-info (push) Waiting to run
Build and Release / windows-sdl (push) Blocked by required conditions
Build and Release / macos-sdl (push) Blocked by required conditions
Build and Release / linux-sdl (push) Blocked by required conditions
Build and Release / linux-sdl-gcc (push) Blocked by required conditions
Build and Release / pre-release (push) Blocked by required conditions
This commit is contained in:
parent
aa5c045555
commit
5b699090e6
2
externals/CMakeLists.txt
vendored
2
externals/CMakeLists.txt
vendored
@ -64,7 +64,7 @@ if (NOT TARGET SDL3::SDL3)
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
# SDL3_mixer
|
# SDL3_mixer
|
||||||
if (NOT TARGET SDL3_Mixer::SDL3_Mixer)
|
if (NOT TARGET SDL3_mixer::SDL3_mixer)
|
||||||
set(SDLMIXER_FLAC OFF)
|
set(SDLMIXER_FLAC OFF)
|
||||||
set(SDLMIXER_OGG OFF)
|
set(SDLMIXER_OGG OFF)
|
||||||
set(SDLMIXER_MOD OFF)
|
set(SDLMIXER_MOD OFF)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user