Skip to content

Commit

Permalink
[ChakraCore] Fix Linux build (/lib only) (microsoft#28689)
Browse files Browse the repository at this point in the history
* [chakracore] Fix Linux build

* port-ver

* add-ver

* lib for all

* Update chakracore.json
  • Loading branch information
Pospelove authored Jan 4, 2023
1 parent d405475 commit 1b5f1aa
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ports/chakracore/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ else()
set(out_file lib/libChakraCoreStatic.a)
endif()

set(destination_dir_debug "${CURRENT_PACKAGES_DIR}/debug/bin")
set(destination_dir_release "${CURRENT_PACKAGES_DIR}/bin")
set(destination_dir_debug "${CURRENT_PACKAGES_DIR}/debug/lib")
set(destination_dir_release "${CURRENT_PACKAGES_DIR}/lib")
set(out_dir_debug "${BUILDTREE_PATH}/out/Debug")
set(out_dir_release "${BUILDTREE_PATH}/out/Release")
foreach(config ${configs})
Expand Down
1 change: 1 addition & 0 deletions ports/chakracore/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "chakracore",
"version-date": "2022-11-09",
"port-version": 1,
"description": "Core part of the Chakra Javascript engine",
"homepage": "https://github.com/Microsoft/ChakraCore",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -1394,7 +1394,7 @@
},
"chakracore": {
"baseline": "2022-11-09",
"port-version": 0
"port-version": 1
},
"charls": {
"baseline": "2.3.4",
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": "5683685d0b153859c9547c04beafa4543b58bc26",
"version-date": "2022-11-09",
"port-version": 1
},
{
"git-tree": "ff01bf142bf069ad4d58ef77933eec4430be79aa",
"version-date": "2022-11-09",
Expand Down

0 comments on commit 1b5f1aa

Please sign in to comment.