Skip to content

Commit

Permalink
[mac] Add .dylib and .cmake to built wheel (#7156)
Browse files Browse the repository at this point in the history
  • Loading branch information
ailzhang authored Jan 13, 2023
1 parent cd0748e commit 06ce2b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def get_cmake_args():
def cmake_install_manifest_filter(manifest_files):
return [
f for f in manifest_files
if f.endswith(('.so', 'pyd', '.dll', '.bc', '.h',
if f.endswith(('.so', 'pyd', '.dll', '.bc', '.h', '.dylib', '.cmake',
'.hpp')) or os.path.basename(f) == 'libMoltenVK.dylib'
]

Expand Down

0 comments on commit 06ce2b7

Please sign in to comment.