Skip to content

Commit c6e02ec

Browse files
committed
ci: fix?
1 parent 5cc3dc0 commit c6e02ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Makevars

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,11 +128,11 @@ BINDINGS_CRATE: $(ALL_R_BINDINGS)
128128
-Cpanic=abort \
129129
$(RUSTC_DEFAULT_FLAGS) \
130130
-Cllvm-args=--align-all-functions=64 \
131-
-l dylib=R --crate-type=dylib bindings.rs
131+
-l dylib=R --crate-type=lib bindings.rs
132132

133133
%.o: %.rs BINDINGS_CRATE
134134
$(ECHO) "Compiling $< to $@"
135-
$(RUSTC) $(RUSTC_FLAGS) -L. -lbindings -lSystem -lc -lm -lR $<
135+
$(RUSTC) $(RUSTC_FLAGS) -L. -lbindings -lR $<
136136

137137
# rust_analyzer_dummy: ALL_R_BINDINGS
138138
# mkdir -p dummy/bindings

0 commit comments

Comments
 (0)