Skip to content

Commit 7120307

Browse files
committed
Cleanup
1 parent f17c78f commit 7120307

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/Makevars.ucrt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ LIBDIR = myrustlib/target/$(TARGET)/release
33
STATLIB = $(LIBDIR)/libmyrustlib.a
44
PKG_LIBS = -L$(LIBDIR) -lmyrustlib -lws2_32 -ladvapi32 -luserenv -ldbghelp -lbcrypt -lntdll
55

6-
all: clean rustup
6+
all: clean
77

88
$(SHLIB): $(STATLIB)
99

@@ -15,6 +15,3 @@ $(STATLIB):
1515

1616
clean:
1717
rm -Rf $(SHLIB) $(STATLIB) $(OBJECTS) myrustlib/target
18-
19-
rustup:
20-
rustup target add $(TARGET) || true

0 commit comments

Comments
 (0)