File tree Expand file tree Collapse file tree 5 files changed +9
-5
lines changed Expand file tree Collapse file tree 5 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ vcpkg_from_github(
99string (COMPARE EQUAL "${VCPKG_LIBRARY_LINKAGE} " "static" BLEND2D_STATIC)
1010
1111vcpkg_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
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change @@ -56,9 +56,6 @@ ace[tao]:arm64-android=feature-fails
5656ace[tao]:x64-android=feature-fails
5757allegro5:arm64-windows=fail # Fails with "fatal error LNK1322: cannot avoid potential ARM hazard" even with /Gy
5858apr: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
6259blitz:arm64-windows=fail
6360caf(android | uwp)=fail
6461caffe2:arm64-windows=fail
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments