vervaekejonathan

Results 3 comments of vervaekejonathan

Fixed it by adding the g++ `-z rescan-now` flag ``` println!("cargo:rustc-link-arg=-z rescan-now"); ```

> icon_path=$(git config dude.icon || true) > icon_path=${icon_path:-`pwd`/icon.png} > icon_path=${icon_path// /\\ } # escape spaces before eval > eval icon_path=$icon_path # to expand ~ Fails when you have a directory...