Skip to content

Commit 1d1f3dc

Browse files
committed
MAINT: Use newer features with old SDK
1 parent 0d3fab7 commit 1d1f3dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes/pyflowy/recipe.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ build:
2121
- win
2222
number: ${{ build_num }}
2323
string: h${{ hash }}_${{ build_num }}
24-
script: ${{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
24+
script: CXXFLAGS="${CXXFLAGS} -D_LIBCPP_DISABLE_AVAILABILITY" ${{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
2525

2626
requirements:
2727
build:

0 commit comments

Comments
 (0)