nymtech / nym-vpn-client

The NymVPN client apps for desktop and mobile
https://nymvpn.com
GNU General Public License v3.0
55 stars 7 forks source link

Convert compiler flags to uppercase #891

Closed pronebird closed 2 months ago

pronebird commented 2 months ago

RUSTFLAGS_<target> didn't seem to work on Apple mac, so after poking around a bit and switching to CARGO_TARGET_<TARGET>_RUSTFLAGS, the linker was finally happy. The script crafts target using tr and converts all - to _ and then uppercases the whole thing to produce the correct env variable name.