Skip to content

Commit

Permalink
Merge pull request #182 from tetengo/setup_in_libimage
Browse files Browse the repository at this point in the history
Include the setup.exe's into the library image #181
  • Loading branch information
kaorut authored Aug 3, 2021
2 parents 6df8d88 + 63d193b commit 5295cd0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup/installer/copy_libimage_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ def _list_files(source_path: pathlib.Path) -> List[Tuple[pathlib.Path, pathlib.P
source_path = pathlib.Path(matched.group(4))
destination = pathlib.Path(matched.group(5))
if (
feature != "include"
feature != "bin.Win32"
and feature != "bin.x64"
and feature != "include"
and feature != "lib.Release.Win32"
and feature != "lib.Release.x64"
):
Expand Down

0 comments on commit 5295cd0

Please sign in to comment.