mirror of
https://github.com/aaru-dps/Aaru.Compression.Native.git
synced 2025-12-16 19:24:31 +00:00
Set FLAC to use 64-bit words in 64-bit targets.
This commit is contained in:
4
3rdparty/flac.cmake
vendored
4
3rdparty/flac.cmake
vendored
@@ -161,4 +161,8 @@ endif()
|
||||
|
||||
set_property(TARGET FLAC PROPERTY C_VISIBILITY_PRESET hidden)
|
||||
|
||||
if(ARCHITECTURE_IS_64BIT)
|
||||
set(ENABLE_64_BIT_WORDS 1)
|
||||
endif()
|
||||
|
||||
configure_file(flac/config.cmake.h.in flac/config.h)
|
||||
Reference in New Issue
Block a user