mssql-cli icon indicating copy to clipboard operation
mssql-cli copied to clipboard

feat: macos m1

Open tormodatt opened this issue 3 years ago • 0 comments

as mentioned https://github.com/dbcli/mssql-cli/issues/537 this will not build on M1. with these changes it does, but it fails while trying to connect. probably something that needs to be updated with the version bump (needed to bump to a version with arm64 release of sqltools)

I built it with:

python dev_setup.py
python build.py build

tormodatt avatar Nov 28 '22 17:11 tormodatt