Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
MeetWq committed Nov 4, 2024
1 parent 1196f8f commit 95d49cc
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 @@ -55,7 +55,7 @@
'/OPT:ICF',
'/OPT:REF',
]
data_files = [('', [os.path.join(SKIA_OUT_PATH, 'icudtl.dat')])]
data_files = [('.', [os.path.join(SKIA_OUT_PATH, 'icudtl.dat')])]
elif sys.platform == 'darwin':
DEFINE_MACROS = [
('VERSION_INFO', __version__),
Expand Down

0 comments on commit 95d49cc

Please sign in to comment.