mirror of
https://github.com/overte-org/overte.git
synced 2025-08-05 07:49:41 +02:00
Revert "set portaudio install dir to avoid permissions error"
This reverts commit 903bffd797
.
This commit is contained in:
parent
903bffd797
commit
262b2d82ac
1 changed files with 0 additions and 1 deletions
|
@ -40,7 +40,6 @@ ExternalProject_Add(
|
||||||
portaudio
|
portaudio
|
||||||
PREFIX ${PORTAUDIO_PROJ_DIR}
|
PREFIX ${PORTAUDIO_PROJ_DIR}
|
||||||
BINARY_DIR ${PORTAUDIO_PROJ_DIR}/src/portaudio
|
BINARY_DIR ${PORTAUDIO_PROJ_DIR}/src/portaudio
|
||||||
INSTALL_DIR ${PORTAUDIO_PROJ_DIR}/install
|
|
||||||
URL ${PORTAUDIO_DIR}/pa_snapshot_020813.tgz
|
URL ${PORTAUDIO_DIR}/pa_snapshot_020813.tgz
|
||||||
CONFIGURE_COMMAND <SOURCE_DIR>/configure
|
CONFIGURE_COMMAND <SOURCE_DIR>/configure
|
||||||
BUILD_COMMAND make
|
BUILD_COMMAND make
|
||||||
|
|
Loading…
Reference in a new issue