mirror of
https://github.com/playit-cloud/playit-agent.git
synced 2025-02-24 04:45:14 +00:00
* deb: Make linux config path 0777 * Static compile windows runtime * Fix README remove old deploy script
7 lines
162 B
Plaintext
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"]
|
|
|