mirror of
https://github.com/termux/termux-packages.git
synced 2025-08-29 08:03:18 +00:00
11 lines
259 B
Diff
11 lines
259 B
Diff
--- a/clients/meson_post_install.py
|
|
+++ b/clients/meson_post_install.py
|
|
@@ -5,7 +5,5 @@
|
|
import sys
|
|
|
|
destdir = environ.get('DESTDIR', '')
|
|
sitelib = sys.argv[1]
|
|
|
|
-print('Compiling python bytecode...')
|
|
-compile_dir(destdir + path.join(sitelib), optimize=1)
|