Skip to content

Commit 5295cd0

Browse files
authored
Merge pull request #182 from tetengo/setup_in_libimage
Include the setup.exe's into the library image #181
2 parents 6df8d88 + 63d193b commit 5295cd0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup/installer/copy_libimage_files.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@ def _list_files(source_path: pathlib.Path) -> List[Tuple[pathlib.Path, pathlib.P
4343
source_path = pathlib.Path(matched.group(4))
4444
destination = pathlib.Path(matched.group(5))
4545
if (
46-
feature != "include"
46+
feature != "bin.Win32"
47+
and feature != "bin.x64"
48+
and feature != "include"
4749
and feature != "lib.Release.Win32"
4850
and feature != "lib.Release.x64"
4951
):

0 commit comments

Comments
 (0)