From 59587d94c730056138d2c0ce3e542d4640fc595d Mon Sep 17 00:00:00 2001 From: Alexander Karatarakis Date: Tue, 6 Dec 2016 14:39:17 -0800 Subject: [libflac] Fix typo --- ports/libflac/portfile.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ports/libflac/portfile.cmake b/ports/libflac/portfile.cmake index 79445a406..38b4846be 100644 --- a/ports/libflac/portfile.cmake +++ b/ports/libflac/portfile.cmake @@ -1,4 +1,4 @@ - # libFLAC uses winapi functons not avalible in WindowsStore + # libFLAC uses winapi functions not available in WindowsStore if (VCPKG_TARGET_ARCHITECTURE STREQUAL arm OR VCPKG_CMAKE_SYSTEM_NAME STREQUAL WindowsStore) message(FATAL_ERROR "Error: UWP builds are currently not supported.") endif() @@ -9,7 +9,7 @@ vcpkg_download_distfile(ARCHIVE URLS "http://downloads.xiph.org/releases/flac/flac-1.3.1.tar.xz" FILENAME "flac-1.3.1.tar.xz" SHA512 923cd0ffe2155636febf2b4633791bc83370d57080461b97ebb69ea21a4b1be7c0ff376c7fc8ca3979af4714e761112114a24b49ff6c80228b58b929db6e96d5) - + vcpkg_extract_source_archive(${ARCHIVE}) file(COPY ${CMAKE_CURRENT_LIST_DIR}/CMakeLists.txt DESTINATION ${SOURCE_PATH}) -- cgit v1.2.3