diff options
| author | Alex <leha-bot@users.noreply.github.com> | 2019-12-21 22:04:38 +0000 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2019-12-21 14:04:38 -0800 |
| commit | ac40b384d340005ebe0a384fb1e64386a05987c6 (patch) | |
| tree | 37841adcad7b90c9c432ab5dbc8c4c9d24cade60 | |
| parent | 59b28867dc36d20652116026d4e113fe947402db (diff) | |
| download | vcpkg-ac40b384d340005ebe0a384fb1e64386a05987c6.tar.gz vcpkg-ac40b384d340005ebe0a384fb1e64386a05987c6.zip | |
[ffmpeg] portfile: fix typo Relase->Release (#9405)
| -rw-r--r-- | ports/ffmpeg/portfile.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/ffmpeg/portfile.cmake b/ports/ffmpeg/portfile.cmake index 71bea6e95..2a4b1df56 100644 --- a/ports/ffmpeg/portfile.cmake +++ b/ports/ffmpeg/portfile.cmake @@ -178,9 +178,9 @@ set(ENV_LIB_PATH "$ENV{${LIB_PATH_VAR}}") message(STATUS "Building Options: ${OPTIONS}") -# Relase build +# Release build if (NOT VCPKG_BUILD_TYPE OR VCPKG_BUILD_TYPE STREQUAL release) - message(STATUS "Building Relase Options: ${OPTIONS_RELEASE}") + message(STATUS "Building Release Options: ${OPTIONS_RELEASE}") set(ENV{${LIB_PATH_VAR}} "${CURRENT_INSTALLED_DIR}/lib${SEP}${ENV_LIB_PATH}") set(ENV{CFLAGS} "${VCPKG_C_FLAGS} ${VCPKG_C_FLAGS_RELEASE}") set(ENV{LDFLAGS} "${VCPKG_LINKER_FLAGS}") |
