1
0

mac build: don't compile C extensions for "propcache"

makes build not reproducible

random temporary paths leak into a compiled .so:
dist_ghost43/Electrum.app/Contents/Resources/propcache/_helpers_c.cpython-312-darwin.so
This commit is contained in:
SomberNight
2025-06-11 16:51:52 +00:00
parent 376d5eb6e0
commit 8398a8ae2e

View File

@@ -172,6 +172,7 @@ cp -f "$DLL_TARGET_DIR/libusb-1.0.dylib" "$PROJECT_ROOT/electrum/" || fail "Coul
# opt out of compiling C extensions
export YARL_NO_EXTENSIONS=1
export PROPCACHE_NO_EXTENSIONS=1
export ELECTRUM_ECC_DONT_COMPILE=1