diff options
| author | rejbasket <39080670+rejbasket@users.noreply.github.com> | 2024-11-19 16:44:54 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-19 16:44:54 +0100 |
| commit | 8a4afa1db265788e540e53c2c1f162fa3c38e250 (patch) | |
| tree | dcc1803160e7fccec353c1392be98102924886bc /bin | |
| parent | 6a9c1037397ab8c39504e9a67fc7257fce4a9e56 (diff) | |
Rejbasket/update macos cloud build (#3291)
* upgraded macos build to macos-13
upgraded wxpython to 4.2.2 for linux
* add missing linux libs for update to wxpython
---------
Authored by: rejbasket
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/build-python | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/build-python b/bin/build-python index e6fcf667..4df27e2d 100755 --- a/bin/build-python +++ b/bin/build-python @@ -27,6 +27,8 @@ fi if [ "$BUILD" = "linux" ]; then pyinstaller_args+="--hidden-import gi.repository.Gtk " + pyinstaller_args+="--add-binary /lib/x86_64-linux-gnu/libcrypt.so.1:. " + pyinstaller_args+="--add-binary /lib/x86_64-linux-gnu/libnsl.so.1:. " fi |
