Skip to content

Commit 79ef18c

Browse files
author
deathfantasy
committed
update helper for automatic library package patching
1 parent 09c1694 commit 79ef18c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

client/build_library_helper.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@
2626
sys.argv=[sys.argv[0],"py2exe"]
2727

2828

29+
# put necessary library patches/includes/whatever in this directory
30+
sys.path.insert(0, "sources/resources/library_patches")
31+
32+
2933
setup(
3034
data_files = [(".", glob(r'.\RESOURCES_x86\msvcr90.dll'))],
3135
console=['reverse_ssl.py'],

0 commit comments

Comments
 (0)