set portaudio install dir to avoid permissions error

This commit is contained in:
Stephen Birarda 2013-02-11 17:39:26 -08:00
parent 8fb58221d0
commit 903bffd797

View file

@ -40,6 +40,7 @@ ExternalProject_Add(
portaudio
PREFIX ${PORTAUDIO_PROJ_DIR}
BINARY_DIR ${PORTAUDIO_PROJ_DIR}/src/portaudio
INSTALL_DIR ${PORTAUDIO_PROJ_DIR}/install
URL ${PORTAUDIO_DIR}/pa_snapshot_020813.tgz
CONFIGURE_COMMAND <SOURCE_DIR>/configure
BUILD_COMMAND make