Skip to content

Commit

Permalink
README: Fix URL
Browse files Browse the repository at this point in the history
Thanks @F1248
  • Loading branch information
khronokernel authored Sep 2, 2024
1 parent ffa5819 commit e7fb29a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ MetallibSupportPkg houses the `metal_libraries` python library, which was develo
6. Convert the directory into a macOS Distribution Package (PKG).

Notes regarding patching individual `.metallib` files:
1. Each `.metallib` file is actually a collection of `.air` files. Need to extract them using [zhouwei's format](https://github.com/zhuowei/MetalShaderTool).
1. Each `.metallib` file is actually a collection of `.air` files. Need to extract them using [zhouwei's format](https://github.com/zhuowei/MetalShaderTools).
- [metallib/patch.py: `_unpack_metallib_to_air()`](./metal_libraries/metallib/patch.py#L127-L187)
2. Certain `.metallib` files are actually FAT Mach-O files. Thus they need to be thinned manually (Apple's `lipo` utility does not support the AIR64 architecture we need).
- [metallib/patch.py: `_thin_file()`](./metal_libraries/metallib/patch.py#L218-L270)
Expand Down

0 comments on commit e7fb29a

Please sign in to comment.