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 19a5e1f commit 802a263
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
'SKIA_OUT_PATH', os.path.join(SKIA_PATH, 'out', 'Release')
)

package_data = {}
data_files = []
if sys.platform == 'win32':
DEFINE_MACROS = [] # doesn't work for cl.exe
LIBRARIES = [
Expand Down Expand Up @@ -55,9 +55,7 @@
'/OPT:ICF',
'/OPT:REF',
]
package_data = {"": [
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 802a263

Please sign in to comment.