From 9fa54bb205363820b571729fbd2ce6b616f06f08 Mon Sep 17 00:00:00 2001 From: sdcb Date: Tue, 11 Oct 2016 14:18:42 +0800 Subject: [PATCH] Using a real link instead of PR# to describe the patching progress. --- ports/chakracore/portfile.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}