File tree Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -152,9 +152,6 @@ _ctypes_test:
152152 - m
153153
154154_curses :
155- # ncurses not available on iOS.
156- disabled-targets :
157- - .*-apple-watchos
158155 sources :
159156 - _cursesmodule.c
160157 defines :
@@ -176,9 +173,6 @@ _curses:
176173 - .*-apple-darwin
177174
178175_curses_panel :
179- # ncurses not available on iOS.
180- disabled-targets :
181- - .*-apple-watchos
182176 sources :
183177 - _curses_panel.c
184178 defines :
@@ -878,8 +872,6 @@ pyexpat:
878872 - expat
879873
880874readline :
881- disabled-targets :
882- - .*-apple-watchos
883875 sources :
884876 - readline.c
885877 defines :
Original file line number Diff line number Diff line change @@ -47,7 +47,6 @@ const RECOGNIZED_TRIPLES: &[&str] = &[
4747 "ppc64le-unknown-linux-gnu" ,
4848 "riscv64-unknown-linux-gnu" ,
4949 "s390x-unknown-linux-gnu" ,
50- "thumbv7k-apple-watchos" ,
5150 "x86_64-apple-darwin" ,
5251 "x86_64-pc-windows-msvc" ,
5352 "x86_64-unknown-linux-gnu" ,
You can’t perform that action at this time.
0 commit comments