aboutsummaryrefslogtreecommitdiff
path: root/ports/asmjit
diff options
context:
space:
mode:
authorNancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>2020-05-09 05:34:22 +0800
committerGitHub <noreply@github.com>2020-05-08 14:34:22 -0700
commit1ad4220e5b2f3e0f4af1a63f7304c7df14754ab1 (patch)
tree36b59f2d64392fbc999873f920354f2f13bde142 /ports/asmjit
parente179c4b3bc58f9793f36a2d9420e94a06f31415d (diff)
downloadvcpkg-1ad4220e5b2f3e0f4af1a63f7304c7df14754ab1.tar.gz
vcpkg-1ad4220e5b2f3e0f4af1a63f7304c7df14754ab1.zip
[asmjit] Update to the latest commit (#11245)
Diffstat (limited to 'ports/asmjit')
-rw-r--r--ports/asmjit/CONTROL3
-rw-r--r--ports/asmjit/portfile.cmake6
2 files changed, 5 insertions, 4 deletions
diff --git a/ports/asmjit/CONTROL b/ports/asmjit/CONTROL
index 082633b76..5ec779ce7 100644
--- a/ports/asmjit/CONTROL
+++ b/ports/asmjit/CONTROL
@@ -1,4 +1,5 @@
Source: asmjit
-Version: 2020-02-08
+Version: 2020-05-08
Homepage: https://github.com/asmjit/asmjit
Description: Complete x86/x64 JIT and Remote Assembler for C++
+Supports: !arm
diff --git a/ports/asmjit/portfile.cmake b/ports/asmjit/portfile.cmake
index 346ce6911..d95645d7e 100644
--- a/ports/asmjit/portfile.cmake
+++ b/ports/asmjit/portfile.cmake
@@ -1,10 +1,10 @@
-vcpkg_fail_port_install(ON_TARGET "UWP")
+vcpkg_fail_port_install(ON_ARCH "arm")
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO asmjit/asmjit
- REF 761130b1d8f32b5d3d612d285664fcfef5258149
- SHA512 a86fd58ba0c8bc81ec575e86a9acdf4a11f2acc9c2facd2a0a8512cffa9ee6fc0bd877a1f33fb52f8f510eff1de654b45cd4f5f5a18c5252ecae22a92db6e93e
+ REF 80645e66a8ae85749937bda3b329388c8a76ea4c
+ SHA512 8e7b0aed14e8ce05e6e6b2eed77be23a81b9548a146aef187ac6beced3bc2a6cba92835718adb901a1ab983fab32f3e9f18061b157b2276bb1451a71ca1195b8
HEAD_REF master
)