Skip to content

Commit

Permalink
[aot] Avoid shared library file being packaged into wheel data (taich…
Browse files Browse the repository at this point in the history
  • Loading branch information
Zilize authored and quadpixels committed May 13, 2023
1 parent 0f6a15a commit d398d9b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,9 @@ def get_cmake_args():
BLACKLISTED_FILES = [
'libSPIRV-Tools-shared.so',
'libSPIRV-Tools-shared.dll',
'libtaichi_c_api.so',
'taichi_c_api.dll',
'libtaichi_c_api.dylib',
]

WHITELISTED_FILES = [
Expand Down

0 comments on commit d398d9b

Please sign in to comment.