Skip to content

Commit

Permalink
Merge pull request #8 from wsnipex/ogg-fix
Browse files Browse the repository at this point in the history
[depends] re-bootstrap ogg
  • Loading branch information
Montellese committed Feb 27, 2015
2 parents dbf5c62 + b37c371 commit d556a68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion depends/common/ogg/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 2.8)
include(ExternalProject)
externalproject_add(ogg
SOURCE_DIR ${CMAKE_SOURCE_DIR}
UPDATE_COMMAND ""
UPDATE_COMMAND autoreconf -vif <SOURCE_DIR>
CONFIGURE_COMMAND <SOURCE_DIR>/configure
--prefix=${OUTPUT_DIR}
--enable-static
Expand Down

0 comments on commit d556a68

Please sign in to comment.