mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-22 06:44:14 +00:00
Update Makefile
Correct filename expression for binaries on Windows
This commit is contained in:
parent
62175d5c26
commit
2beaaafc6b
2
Makefile
2
Makefile
@ -66,7 +66,7 @@ package: lib-native lib-native-release
|
|||||||
if [ $(ZIP_TOOL) = zip ]; then \
|
if [ $(ZIP_TOOL) = zip ]; then \
|
||||||
zip -j dist/$$ARCHIVE target/$$RELEASE/libwgpu_*.$(LIB_EXTENSION) ffi/*.h dist/commit-sha; \
|
zip -j dist/$$ARCHIVE target/$$RELEASE/libwgpu_*.$(LIB_EXTENSION) ffi/*.h dist/commit-sha; \
|
||||||
else \
|
else \
|
||||||
7z a -tzip dist/$$ARCHIVE ./target/$$RELEASE/libwgpu_*.$(LIB_EXTENSION) ./ffi/*.h ./dist/commit-sha; \
|
7z a -tzip dist/$$ARCHIVE ./target/$$RELEASE/wgpu_*.$(LIB_EXTENSION) ./ffi/*.h ./dist/commit-sha; \
|
||||||
fi; \
|
fi; \
|
||||||
done
|
done
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user