We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ca557e commit 87bfdf0Copy full SHA for 87bfdf0
build.py
@@ -74,8 +74,6 @@
74
'rei 2019.4.4 win',
75
'rei 2019.4.3 unix',
76
'rei 2019.4.4 unix',
77
- 'rei 2019.4.3 mac',
78
- 'rei 2019.4.4 mac',
79
],
80
}
81
compileall.sh
@@ -25,6 +25,4 @@ cargo run matsuribayashi 2017.2.5 win && \
25
cargo run rei 2019.4.3 win && \
26
cargo run rei 2019.4.4 win && \
27
cargo run rei 2019.4.3 unix && \
28
-cargo run rei 2019.4.4 unix && \
29
-cargo run rei 2019.4.3 mac && \
30
-cargo run rei 2019.4.4 mac
+cargo run rei 2019.4.4 unix
0 commit comments