diff options
| author | NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> | 2020-05-09 05:34:22 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-08 14:34:22 -0700 |
| commit | 1ad4220e5b2f3e0f4af1a63f7304c7df14754ab1 (patch) | |
| tree | 36b59f2d64392fbc999873f920354f2f13bde142 | |
| parent | e179c4b3bc58f9793f36a2d9420e94a06f31415d (diff) | |
| download | vcpkg-1ad4220e5b2f3e0f4af1a63f7304c7df14754ab1.tar.gz vcpkg-1ad4220e5b2f3e0f4af1a63f7304c7df14754ab1.zip | |
[asmjit] Update to the latest commit (#11245)
| -rw-r--r-- | ports/asmjit/CONTROL | 3 | ||||
| -rw-r--r-- | ports/asmjit/portfile.cmake | 6 | ||||
| -rw-r--r-- | scripts/ci.baseline.txt | 1 |
3 files changed, 5 insertions, 5 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 ) diff --git a/scripts/ci.baseline.txt b/scripts/ci.baseline.txt index 6b5562742..fb2c31fba 100644 --- a/scripts/ci.baseline.txt +++ b/scripts/ci.baseline.txt @@ -94,7 +94,6 @@ asiosdk:arm64-windows=fail asiosdk:arm-uwp=fail
asmjit:arm64-windows=fail
asmjit:arm-uwp=fail
-asmjit:x64-uwp=fail
asyncplusplus:arm-uwp=fail
asyncplusplus:x64-uwp=fail
atk:x64-osx=fail
|
