File tree Expand file tree Collapse file tree 3 files changed +2
-172
lines changed Expand file tree Collapse file tree 3 files changed +2
-172
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ refs/heads/snap-stage3: 78a7676898d9f80ab540c6df5d4c9ce35bb50463
5
5
refs/heads/try: 519addf6277dbafccbb4159db4b710c37eaa2ec5
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
8
- refs/heads/try2: 7b3eb432329975494e682362befc24e67ade5aa1
8
+ refs/heads/try2: 618e41874a1ef47a6629524016bd8d9ffce617bc
9
9
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d
10
10
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
11
11
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503
Original file line number Diff line number Diff line change 35
35
# that's per-target so you're allowed to conditionally add files based on the
36
36
# target.
37
37
# ###############################################################################
38
- NATIVE_LIBS := rust_builtin hoedown uv_support morestack miniz context_switch \
38
+ NATIVE_LIBS := rust_builtin hoedown morestack miniz context_switch \
39
39
rustrt_native rust_test_helpers
40
40
41
41
# $(1) is the target triple
@@ -50,7 +50,6 @@ NATIVE_DEPS_hoedown_$(1) := hoedown/src/autolink.c \
50
50
hoedown/src/html_smartypants.c \
51
51
hoedown/src/stack.c \
52
52
hoedown/src/version.c
53
- NATIVE_DEPS_uv_support_$(1 ) := rust_uv.c
54
53
NATIVE_DEPS_miniz_$(1 ) = miniz.c
55
54
NATIVE_DEPS_rust_builtin_$(1 ) := rust_builtin.c \
56
55
rust_android_dummy.c
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments