mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-21 22:33:49 +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 \
|
||||
zip -j dist/$$ARCHIVE target/$$RELEASE/libwgpu_*.$(LIB_EXTENSION) ffi/*.h dist/commit-sha; \
|
||||
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; \
|
||||
done
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user