mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-16 09:37:37 +00:00
Using a real link instead of PR# to describe the patching progress.
This commit is contained in:
parent
aff4d22531
commit
9fa54bb205
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user