diff --git a/.cargo/config.toml b/.cargo/config.toml index 46f4a7be..21405c0d 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -3,4 +3,4 @@ # (I mean, I know WHY: you get errors if you don't. Missing libeh or # something. But the reason for that error is beyond my ability to care at # the moment.) -rustflags = ["-C","link-self-contained=true"] +rustflags = ["-C","link-self-contained=on"]