Skip to content

Commit

Permalink
[asmjit] Update to 2024-08-26 (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
luncliff authored Sep 2, 2024
1 parent 191c638 commit 095f272
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
6 changes: 4 additions & 2 deletions ports/asmjit/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO asmjit/asmjit
REF e5d7c0bd5d9aec44d68830187138149e6a8c4e32
SHA512 8e363b525f04507adfef85d61e5036586137729e942db1479b747511524aa2a8abd634488c16c2bc76bedbf7e86ace642ff0a86fd57f02fe0c4404f5be978bf0
REF 67847228e715cb56680827a334335475b0dc6f67
SHA512 bc52a2f59a49df2ee4679d3eb62f695f1988242042c6965ee59dd783538f9ffecf5d28a48b1c1db1e6a70ce5ef1751b309d90bf83d15c6465f35b6152daa1f7e
HEAD_REF master
)

Expand All @@ -12,6 +12,8 @@ vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}"
OPTIONS
-DASMJIT_STATIC=${ASMJIT_STATIC}
-DASMJIT_EMBED=OFF
-DASMJIT_NO_INSTALL=OFF
)

vcpkg_cmake_install()
Expand Down
2 changes: 1 addition & 1 deletion ports/asmjit/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "asmjit",
"version-date": "2024-03-25",
"version-date": "2024-08-26",
"description": "Complete x86/x64 JIT and Remote Assembler for C++",
"homepage": "https://github.com/asmjit/asmjit",
"dependencies": [
Expand Down
5 changes: 5 additions & 0 deletions versions/a-/asmjit.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "f55cedc31b31979d2f6e14f0f559230017bc54b1",
"version-date": "2024-08-26",
"port-version": 0
},
{
"git-tree": "23a05d1ba5d7ec46d0ab0ef4b6bfe8d9052d86a3",
"version-date": "2024-03-25",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"port-version": 0
},
"asmjit": {
"baseline": "2024-03-25",
"baseline": "2024-08-26",
"port-version": 0
},
"basis-universal": {
Expand Down

0 comments on commit 095f272

Please sign in to comment.