Skip to content

Commit

Permalink
[aot] Avoid shared library file being packaged into wheel data (#7652)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zilize authored Mar 27, 2023
1 parent 2d786e5 commit 10a3f02
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 10a3f02

Please sign in to comment.