Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions ports/chakracore/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
vcpkg_fail_port_install(ON_TARGET osx uwp)
if(WIN32)
vcpkg_fail_port_install(ON_CRT_LINKAGE static ON_LIBRARY_LINKAGE static)
endif()
vcpkg_check_linkage(ONLY_DYNAMIC_LIBRARY)

vcpkg_from_github(
Expand Down
4 changes: 2 additions & 2 deletions ports/chakracore/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "chakracore",
"version-date": "2021-04-22",
"port-version": 1,
"port-version": 2,
"description": "Core part of the Chakra Javascript engine",
"homepage": "https://github.com/Microsoft/ChakraCore",
"supports": "!osx & !uwp & (linux | !static)"
"supports": "!osx & !uwp & (linux | (!static & !staticcrt))"
}
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -1318,7 +1318,7 @@
},
"chakracore": {
"baseline": "2021-04-22",
"port-version": 1
"port-version": 2
},
"charls": {
"baseline": "2.2.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/c-/chakracore.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "614248322cae7f18cd412cc90848a9f140ec9f60",
"version-date": "2021-04-22",
"port-version": 2
},
{
"git-tree": "8ce7ea484830cdf24c8af45ebad35ba10e76f61c",
"version-date": "2021-04-22",
Expand Down