diff options
| author | Paul Oliver <contact@pauloliver.dev> | 2026-05-04 22:14:52 +0200 |
|---|---|---|
| committer | Paul Oliver <contact@pauloliver.dev> | 2026-05-04 22:14:52 +0200 |
| commit | aa6d8c2e6f9635d36819cb8325cdc93d325ce3d6 (patch) | |
| tree | ce8dd8655515482bf0664207300aade43e55fdac /salis.py | |
| parent | 8401fde7b1d10dc4c1ce9117c1eda7a21067778b (diff) | |
Adds basic scaffolding for data server and client
Diffstat (limited to 'salis.py')
| -rwxr-xr-x | salis.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -418,6 +418,8 @@ if args.command == "client": pop_net_vars() pop_general() ns.b.defines.add(f"-DIP={args.ip}") + ns.b.defines.add("-DNCURSES_WIDECHAR=1") + ns.b.links.add("-lcurses") # ------------------------------------------------------------------------------ # Build and launch executable |
