mirror of
https://github.com/bryanthaboi/gen1recomp.git
synced 2026-08-21 05:00:43 +02:00
Add native TLS for Android love.system and desktop gen1tls.
Expose a non-blocking TLS socket API to mods (WSS clients) without bundling any game-specific multiworld content. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
# Stands in for Info-ZIP's `zip`, which Git for Windows does not ship. Put
|
||||
# this directory first on PATH before running scripts/build_android.sh; see
|
||||
# zip_impl.py for what is and is not supported.
|
||||
here="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
exec py "$here/zip_impl.py" "$@"
|
||||
Reference in New Issue
Block a user