mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 01:05:46 -04:00
CMake: Support multiple CMAKE_OSX_ARCHITECTURES
This commit is contained in:
@ -28,7 +28,7 @@ add_library(zstd
|
||||
lib/decompress/zstd_decompress.c
|
||||
)
|
||||
|
||||
if(NOT MSVC AND CPU_ARCH STREQUAL "x64")
|
||||
if(NOT MSVC AND CPU_ARCH_X64)
|
||||
target_sources(zstd PRIVATE lib/decompress/huf_decompress_amd64.S)
|
||||
endif()
|
||||
|
||||
|
Reference in New Issue
Block a user