Skip to content

Commit fcacc3c

Browse files
committed
deploy-ng: librt.so.1 to libutil.so.1 to exclude_dependencies
1 parent 1afcda4 commit fcacc3c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

direct/src/showutil/dist.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def initialize_options(self):
101101
'libdl.so.2', 'libstdc++.so.6', 'libm.so.6', 'libgcc_s.so.1',
102102
'libpthread.so.0', 'libc.so.6', 'ld-linux-x86-64.so.2',
103103
'libgl.so.1', 'libx11.so.6', 'libreadline.so.5', 'libncursesw.so.5',
104-
'libbz2.so.1', 'libz.so.1', 'liblzma.so.0',
104+
'libbz2.so.1', 'libz.so.1', 'liblzma.so.0', 'librt.so.1', 'libutil.so.1',
105105
]
106106

107107
# We keep track of the zip files we've opened.

samples/asteroids/setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
],
1919
'platforms': [
2020
'manylinux1_x86_64',
21-
'macosx_10_6_x86_64',
22-
'win32',
23-
'win_amd64',
21+
#'macosx_10_6_x86_64',
22+
#'win32',
23+
#'win_amd64',
2424
],
2525
}
2626
}

0 commit comments

Comments
 (0)