Skip to content

Fix the path to snc executable for CC archs

Simon Rose requested to merge fix_snc_call into master

For CC archs, it was possible that the path to snc would be corrupted at some point due the delayed evaluation of the executable. This is fixed by simply evaluating the path immediately.

Merge request reports