Build deps: do sndfile patch also on linux platform

This commit is contained in:
Arto Kitula 2018-03-31 02:15:13 +03:00
parent 891c1cfc9a
commit 1ebc14064b
Notes: blender-bot 2023-02-14 06:04:14 +01:00
Referenced by issue #54486, Render difference with big quad light and ray visibility
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ else()
set(SNDFILE_OPTIONS --enable-static --disable-shared )
endif()
if(APPLE)
if(UNIX)
set(SNDFILE_PATCH_CMD ${PATCH_CMD} --verbose -p 0 -d ${BUILD_DIR}/sndfile/src/external_sndfile < ${PATCH_DIR}/sndfile.diff)
else()
set(SNDFILE_PATCH_CMD)