Skip to content

Commit 63d193b

Browse files
committed
Include the setup.exe's into the library image #181
1 parent 6df8d88 commit 63d193b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup/installer/copy_libimage_files.py

Lines changed: 3 additions & 1 deletion
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)