diff options
| author | sdcb <sdflysha@qq.com> | 2016-10-11 14:18:42 +0800 |
|---|---|---|
| committer | sdcb <sdflysha@qq.com> | 2016-10-11 14:18:42 +0800 |
| commit | 9fa54bb205363820b571729fbd2ce6b616f06f08 (patch) | |
| tree | 6030541b359ada399cd9d87e78445c29ce9ecc14 | |
| parent | aff4d22531e2ef1e994b2af823a04ae37dfac0b1 (diff) | |
| download | vcpkg-9fa54bb205363820b571729fbd2ce6b616f06f08.tar.gz vcpkg-9fa54bb205363820b571729fbd2ce6b616f06f08.zip | |
Using a real link instead of PR# to describe the patching progress.
| -rw-r--r-- | ports/chakracore/portfile.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/chakracore/portfile.cmake b/ports/chakracore/portfile.cmake index c55fedd9c..6780b6b55 100644 --- a/ports/chakracore/portfile.cmake +++ b/ports/chakracore/portfile.cmake @@ -9,7 +9,7 @@ vcpkg_download_distfile(ARCHIVE_FILE ) vcpkg_extract_source_archive(${ARCHIVE_FILE}) -message(STATUS "Patching JavascriptPromise.cpp for PR#1440...") +message(STATUS "Patching JavascriptPromise.cpp for https://github.com/Microsoft/ChakraCore/issues/1429") vcpkg_execute_required_process( COMMAND ${POWERSHELL} -command (gc lib/runtime/library/JavascriptPromise.cpp -encoding utf7) -replace('«', '^<^<') -replace('»', '^>^>') | Set-Content lib/runtime/library/JavascriptPromise.cpp WORKING_DIRECTORY ${SOURCE_PATH} |
