deps build: fix sndfile building on macOS

This commit is contained in:
Arto Kitula 2017-09-20 00:08:32 +03:00
parent 46300a541d
commit 77dccbf481
Notes: blender-bot 2023-02-14 06:32:29 +01:00
Referenced by issue #52943, Curves with no mesh, are still synced to cycles.
Referenced by issue #52860, Text - Ctrl backspace when text is highlighted then typing crashes blender
Referenced by issue #52851, Per-frame traking is broken
Referenced by issue #52840, New Depsgraph - Mask editor not working correctly
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ ExternalProject_Add(external_sndfile
DOWNLOAD_DIR ${DOWNLOAD_DIR}
URL_HASH MD5=${SNDFILE_HASH}
PREFIX ${BUILD_DIR}/sndfile
CONFIGURE_COMMAND ${CONFIGURE_ENV} && cd ${BUILD_DIR}/sndfile/src/external_sndfile/ && ${SNDFILE_ENV} ${CONFIGURE_COMMAND} ${SNDFILE_OPTIONS} --prefix=${mingw_LIBDIR}/sndfile
CONFIGURE_COMMAND cd ${BUILD_DIR}/sndfile/src/external_sndfile/ && ${SNDFILE_ENV} ${CONFIGURE_COMMAND} ${SNDFILE_OPTIONS} --prefix=${mingw_LIBDIR}/sndfile
BUILD_COMMAND ${CONFIGURE_ENV} && cd ${BUILD_DIR}/sndfile/src/external_sndfile/ && make -j${MAKE_THREADS}
INSTALL_COMMAND ${CONFIGURE_ENV} && cd ${BUILD_DIR}/sndfile/src/external_sndfile/ && make install
INSTALL_DIR ${LIBDIR}/sndfile