Skip to content

Commit

Permalink
Refactor directory structure for archive contents
Browse files Browse the repository at this point in the history
Renamed `specifications` directory to `wgpu-native-meta` within archive structure. Updated paths for relevant files to reflect this change for better organization and clarity.
  • Loading branch information
ygdrasil-io committed Oct 8, 2024
1 parent 1ab7986 commit 41975f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ package: lib-native lib-native-release
LIBDIR=$(TARGET_DIR)/$$RELEASE; \
rm -r -f dist/$$ARCHIVEDIR; \
rm -f dist/$$ARCHIVEFILE; \
mkdir -p dist/$$ARCHIVEDIR/specifications; \
mkdir -p dist/$$ARCHIVEDIR/wgpu-native-meta; \
mkdir -p dist/$$ARCHIVEDIR/include/webgpu; \
mkdir -p dist/$$ARCHIVEDIR/lib; \
cp ./dist/wgpu-native-git-tag dist/$$ARCHIVEDIR; \
cp ./ffi/webgpu-headers/webgpu.yml dist/$$ARCHIVEDIR/specifications; \
cp ./dist/wgpu-native-git-tag dist/$$ARCHIVEDIR/wgpu-native-meta; \
cp ./ffi/webgpu-headers/webgpu.yml dist/$$ARCHIVEDIR/wgpu-native-meta; \
cp ./ffi/webgpu-headers/webgpu.h dist/$$ARCHIVEDIR/include/webgpu; \
cp ./ffi/wgpu.h dist/$$ARCHIVEDIR/include/webgpu; \
if [ $(OS_NAME) = linux ]; then \
Expand Down

0 comments on commit 41975f8

Please sign in to comment.