aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2016-12-06 14:39:17 -0800
committerAlexander Karatarakis <alkarata@microsoft.com>2016-12-06 14:39:17 -0800
commit59587d94c730056138d2c0ce3e542d4640fc595d (patch)
treeec098824de57d008e0f63b39224a41c9cda7f830
parent023647c36a463142cc6c80218c139e105ebec323 (diff)
downloadvcpkg-59587d94c730056138d2c0ce3e542d4640fc595d.tar.gz
vcpkg-59587d94c730056138d2c0ce3e542d4640fc595d.zip
[libflac] Fix typo
-rw-r--r--ports/libflac/portfile.cmake4
1 files 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})