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 f17c78f commit 7120307Copy full SHA for 7120307
src/Makevars.ucrt
@@ -3,7 +3,7 @@ LIBDIR = myrustlib/target/$(TARGET)/release
3
STATLIB = $(LIBDIR)/libmyrustlib.a
4
PKG_LIBS = -L$(LIBDIR) -lmyrustlib -lws2_32 -ladvapi32 -luserenv -ldbghelp -lbcrypt -lntdll
5
6
-all: clean rustup
+all: clean
7
8
$(SHLIB): $(STATLIB)
9
@@ -15,6 +15,3 @@ $(STATLIB):
15
16
clean:
17
rm -Rf $(SHLIB) $(STATLIB) $(OBJECTS) myrustlib/target
18
-
19
-rustup:
20
- rustup target add $(TARGET) || true
0 commit comments