1
0
mirror of https://github.com/playit-cloud/playit-agent.git synced 2025-02-24 03:35:13 +00:00
Patrick Lorio 2622e964c0 Fix linux permissions and static compile windows deps (#60)
* deb: Make linux config path 0777

* Static compile windows runtime

* Fix README remove old deploy script
2023-10-05 15:11:59 -07:00

7 lines
162 B
Plaintext

[target.x86_64-pc-windows-msvc]
rustflags = ["-C", "target-feature=+crt-static"]
[target.i686-pc-windows-msvc]
rustflags = ["-C", "target-feature=+crt-static"]