Skip to content

Commit

Permalink
fix autoreconf para.
Browse files Browse the repository at this point in the history
  • Loading branch information
JackBoosY committed Sep 27, 2019
1 parent 1999e00 commit 351e48b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/cmake/vcpkg_configure_make.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ function(vcpkg_configure_make)
if (_csc_AUTOCONFIG)
message(STATUS "Generating configure with ${TARGET_TRIPLET}-dbg")
vcpkg_execute_required_process(
COMMAND autoreconf -v --install
COMMAND autoreconf -vfi
WORKING_DIRECTORY ${PRJ_DIR}
LOGNAME prerun-${TARGET_TRIPLET}-dbg
)
Expand Down Expand Up @@ -319,7 +319,7 @@ function(vcpkg_configure_make)
if (_csc_AUTOCONFIG)
message(STATUS "Generating configure with ${TAR_TRIPLET_DIR}")
vcpkg_execute_required_process(
COMMAND autoreconf -vfi --install
COMMAND autoreconf -vfi
WORKING_DIRECTORY ${PRJ_DIR}
LOGNAME prerun-${TAR_TRIPLET_DIR}
)
Expand Down

0 comments on commit 351e48b

Please sign in to comment.