Skip to content

Commit 0cb190f

Browse files
authored
[blend2d] Don't set BLEND2D_EXTERNAL_ASMJIT=ON when jit is disabled entirely. (#47969)
1 parent cf1490f commit 0cb190f

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

ports/blend2d/portfile.cmake

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ vcpkg_from_github(
99
string(COMPARE EQUAL "${VCPKG_LIBRARY_LINKAGE}" "static" BLEND2D_STATIC)
1010

1111
vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
12+
FEATURES
13+
jit BLEND2D_EXTERNAL_ASMJIT
1214
INVERTED_FEATURES
1315
jit BLEND2D_NO_JIT
1416
)
@@ -18,7 +20,6 @@ vcpkg_cmake_configure(
1820
OPTIONS
1921
"-DBLEND2D_STATIC=${BLEND2D_STATIC}"
2022
"-DBLEND2D_NO_FUTEX=OFF"
21-
"-DBLEND2D_EXTERNAL_ASMJIT=ON"
2223
${FEATURE_OPTIONS}
2324
)
2425

ports/blend2d/vcpkg.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "blend2d",
33
"version-date": "2025-03-08",
4+
"port-version": 1,
45
"description": "2D Vector Graphics Engine Powered by a JIT Compiler",
56
"homepage": "https://github.com/blend2d/blend2d",
67
"documentation": "https://blend2d.com/doc/index.html",

scripts/ci.feature.baseline.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,6 @@ ace[tao]:arm64-android=feature-fails
5656
ace[tao]:x64-android=feature-fails
5757
allegro5:arm64-windows=fail # Fails with "fatal error LNK1322: cannot avoid potential ARM hazard" even with /Gy
5858
apr:arm64-windows=fail # Cross compiling CI machine cannot run gen_test_char to generate apr_escape_test_char.h
59-
blend2d:arm64-uwp=fail
60-
blend2d:arm64-windows-static-md=fail
61-
blend2d:arm64-windows=fail
6259
blitz:arm64-windows=fail
6360
caf(android | uwp)=fail
6461
caffe2:arm64-windows=fail

versions/b-/blend2d.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"versions": [
3+
{
4+
"git-tree": "ab302c4ae67e82b626fbfd14a90740d2e51886e9",
5+
"version-date": "2025-03-08",
6+
"port-version": 1
7+
},
38
{
49
"git-tree": "979dc79fd780a90f3125311fea7fe802a4c4563a",
510
"version-date": "2025-03-08",

versions/baseline.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -742,7 +742,7 @@
742742
},
743743
"blend2d": {
744744
"baseline": "2025-03-08",
745-
"port-version": 0
745+
"port-version": 1
746746
},
747747
"blickfeld-qb2": {
748748
"baseline": "2.8.3",

0 commit comments

Comments
 (0)