We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b3eb43 commit 618e418Copy full SHA for 618e418
mk/rt.mk
@@ -35,7 +35,7 @@
35
# that's per-target so you're allowed to conditionally add files based on the
36
# target.
37
################################################################################
38
-NATIVE_LIBS := rust_builtin hoedown uv_support morestack miniz context_switch \
+NATIVE_LIBS := rust_builtin hoedown morestack miniz context_switch \
39
rustrt_native rust_test_helpers
40
41
# $(1) is the target triple
@@ -50,7 +50,6 @@ NATIVE_DEPS_hoedown_$(1) := hoedown/src/autolink.c \
50
hoedown/src/html_smartypants.c \
51
hoedown/src/stack.c \
52
hoedown/src/version.c
53
-NATIVE_DEPS_uv_support_$(1) := rust_uv.c
54
NATIVE_DEPS_miniz_$(1) = miniz.c
55
NATIVE_DEPS_rust_builtin_$(1) := rust_builtin.c \
56
rust_android_dummy.c
src/rt/rust_uv.c
0 commit comments