1
0
Files
electrum/contrib
SomberNight 659c00e06b mac build: don't create __pycache__ folders
The .pyc files would get created when a .py module is imported,
which is done during the build for some source files by pyinstaller
(when it analyses imports).

I considered setting PYTHONDONTWRITEBYTECODE=1 in build_tools_util.sh,
to apply to all builds, but am not sure how it would affect the Android build,
where we actually want .pyc files included in the apk.
2021-07-12 18:07:31 +02:00
..
2020-04-12 15:34:19 +02:00
2021-06-16 17:14:06 +02:00
2019-07-03 16:19:26 +02:00
2019-07-03 16:20:40 +02:00