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 01353b2 commit 53f787eCopy full SHA for 53f787e
src/Makefile
@@ -245,8 +245,8 @@ BOOT_OBJS := $(BOOT_MLS:.ml=.o)
245
BOOT_CMIS := $(BOOT_MLS:.ml=.cmi)
246
247
RUNTIME_CS := rt/sync/spin_lock.cpp \
248
- rt/sync/lock_free_queue.cpp \
249
- rt/sync/condition_variable.cpp \
+ rt/sync/lock_free_queue.cpp \
+ rt/sync/condition_variable.cpp \
250
rt/rust.cpp \
251
rt/rust_builtin.cpp \
252
rt/rust_crate.cpp \
@@ -263,7 +263,7 @@ RUNTIME_CS := rt/sync/spin_lock.cpp \
263
rt/isaac/randport.cpp
264
265
RUNTIME_HDR := rt/globals.h \
266
- rt/rust.h \
+ rt/rust.h \
267
rt/rust_dwarf.h \
268
rt/rust_internal.h \
269
rt/rust_util.h \
0 commit comments