File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,8 @@ all: clean rustup
88$(SHLIB): $(STATLIB)
99
1010$(STATLIB):
11- ifeq ($(TARGET),x86_64-pc-windows-gnu)
1211 @echo Building for $(TARGET) from vendor.tar.xz sources!
1312 if [ -f myrustlib/vendor.tar.xz ]; then tar xf myrustlib/vendor.tar.xz && mkdir -p .cargo && cp myrustlib/vendor-config.toml .cargo/config.toml; fi
14- endif
1513 PATH="$(USERPROFILE)\\.cargo\\bin:$(PATH)" cargo build --target=$(TARGET) --release --manifest-path=myrustlib/Cargo.toml
1614 rm -Rf $(LIBDIR)/build
1715
Original file line number Diff line number Diff line change 11#! /bin/sh
22rm -Rf vendor vendor.tar.xz
33cargo vendor
4- rm -Rf vendor/windows_ * _gnullvm /lib/* vendor/windows_* _msvc/lib/* vendor/windows_i686* /lib/*
4+ rm -Rf vendor/windows_x86_64_gnullvm /lib/* vendor/windows_* _msvc/lib/* vendor/windows_i686* /lib/*
55XZ_OPT=-9 tar -cJ --no-xattrs -f vendor.tar.xz vendor
66rm -Rf vendor
You can’t perform that action at this time.
0 commit comments